diff options
Diffstat (limited to 'tests/dbal/migrator_tool_permission_test.php')
| -rw-r--r-- | tests/dbal/migrator_tool_permission_test.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/dbal/migrator_tool_permission_test.php b/tests/dbal/migrator_tool_permission_test.php index ccad6a1387..a48c367896 100644 --- a/tests/dbal/migrator_tool_permission_test.php +++ b/tests/dbal/migrator_tool_permission_test.php @@ -24,7 +24,7 @@ class phpbb_dbal_migrator_tool_permission_test extends phpbb_database_test_case  		return $this->createXMLDataSet(dirname(__FILE__).'/fixtures/migrator_permission.xml');  	} -	public function setup() +	public function setUp(): void  	{  		// Global $db and $cache are needed in acp/auth.php constructor  		global $phpbb_root_path, $phpEx, $db, $cache; | 
