aboutsummaryrefslogtreecommitdiffstats
path: root/tests/console/cache/purge_test.php
diff options
context:
space:
mode:
authorLEZY Thomas <thomas.lezy@ensimag.grenoble-inp.fr>2014-06-05 09:29:33 +0200
committerTristan Darricau <github@nicofuma.fr>2014-09-19 11:09:32 +0200
commitfb08d1b27e86b5413a18d7a820c31e1c8f8490db (patch)
tree27a4f11d5bf3578faa6a4fa81c2520763c77adfd /tests/console/cache/purge_test.php
parent6e4348b0ea5b8aa0b6311c0d4482d5452e00d2cc (diff)
downloadforums-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
Diffstat (limited to 'tests/console/cache/purge_test.php')
-rw-r--r--tests/console/cache/purge_test.php2
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));