mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12657] Remove unused global variables
PHPBB3-12657
This commit is contained in:
parent
6e4348b0ea
commit
fb08d1b27e
1 changed files with 0 additions and 2 deletions
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()
|
public function get_command_tester()
|
||||||
{
|
{
|
||||||
global $phpbb_root_path, $phpEx;
|
|
||||||
|
|
||||||
$application = new Application();
|
$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));
|
$application->add(new purge($this->cache, $this->db, $this->getMock('\phpbb\auth\auth'), new \phpbb\log\null(), $this->getMock('\phpbb\user'), $this->config));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue