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:
parent
6e4348b0ea
commit
fb08d1b27e
2
tests/console/cache/purge_test.php
vendored
2
tests/console/cache/purge_test.php
vendored
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user