mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-19 08:01:27 +02:00
[ticket/12657] Remove unused global variables
PHPBB3-12657
This commit is contained in:
committed by
Tristan Darricau
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()
|
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));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user