Compare commits

..

1 commit

Author SHA1 Message Date
rxu
a30f385fd1
Merge 40cd938e51 into 30ee379576 2025-07-14 11:48:30 +07:00

View file

@ -13,38 +13,23 @@
abstract class phpbb_migration_test_base extends phpbb_database_test_case
{
/** @var \phpbb\auth\auth */
protected $auth;
/** @var \phpbb\cache\driver\driver_interface */
protected $cache;
/** @var \phpbb\cache\service */
protected $cache_service;
/** @var \phpbb\config\config */
protected $config;
/** @var \phpbb\db\driver\driver_interface */
protected $db;
/** @var \phpbb\db\tools\tools_interface */
protected $db_tools;
/** @var \Doctrine\DBAL\Connection */
protected $doctrine_db;
/** @var \phpbb\extension\manager */
protected $extension_manager;
/** @var \phpbb\db\tools\tools_interface */
protected $db_tools;
/** @var \phpbb\db\migrator */
protected $migrator;
/** @var \phpbb\db\migration\tool\tool_interface */
protected $tools;
/** @var \phpbb\config\config */
protected $config;
/** @var \phpbb\user */
protected $user;
/** @var \phpbb\extension\manager */
protected $extension_manager;
/** @var string */
protected $fixture;