diff options
author | LEZY Thomas <thomas.lezy@ensimag.grenoble-inp.fr> | 2014-06-05 09:29:33 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-09-19 11:09:32 +0200 |
commit | fb08d1b27e86b5413a18d7a820c31e1c8f8490db (patch) | |
tree | 27a4f11d5bf3578faa6a4fa81c2520763c77adfd | |
parent | 6e4348b0ea5b8aa0b6311c0d4482d5452e00d2cc (diff) | |
download | forums-fb08d1b27e86b5413a18d7a820c31e1c8f8490db.tar forums-fb08d1b27e86b5413a18d7a820c31e1c8f8490db.tar.gz forums-fb08d1b27e86b5413a18d7a820c31e1c8f8490db.tar.bz2 forums-fb08d1b27e86b5413a18d7a820c31e1c8f8490db.tar.xz forums-fb08d1b27e86b5413a18d7a820c31e1c8f8490db.zip |
[ticket/12657] Remove unused global variables
PHPBB3-12657
-rw-r--r-- | tests/console/cache/purge_test.php | 2 |
1 files changed, 0 insertions, 2 deletions
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)); |