1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-19 07:16:36 +02:00

[ticket/12657] Remove unused global variables

PHPBB3-12657
This commit is contained in:
LEZY Thomas 2014-06-05 09:29:33 +02:00 committed by Tristan Darricau
parent 6e4348b0ea
commit fb08d1b27e

View File

@ -91,8 +91,6 @@ class phpbb_console_command_cache_purge_test extends phpbb_database_test_case
public function get_command_tester()
{
global $phpbb_root_path, $phpEx;
$application = new Application();
$application->add(new purge($this->cache, $this->db, $this->getMock('\phpbb\auth\auth'), new \phpbb\log\null(), $this->getMock('\phpbb\user'), $this->config));