From fb08d1b27e86b5413a18d7a820c31e1c8f8490db Mon Sep 17 00:00:00 2001 From: LEZY Thomas Date: Thu, 5 Jun 2014 09:29:33 +0200 Subject: [ticket/12657] Remove unused global variables PHPBB3-12657 --- tests/console/cache/purge_test.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/console/cache/purge_test.php') diff --git a/tests/console/cache/purge_test.php b/tests/console/cache/purge_test.php index 6c1fb50b22..c950919cc2 100644 --- a/tests/console/cache/purge_test.php +++ b/tests/console/cache/purge_test.php @@ -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)); -- cgit v1.2.1