mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12602] Fix coding style mistakes.
PHPBB3-12602
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
require_once dirname(__FILE__) . '/tasks/simple_ready.php';
|
||||
require_once dirname(__FILE__) . '/tasks/simple_not_ready.php';
|
||||
|
||||
use Symfony\Component\Console\Application;
|
||||
use Symfony\Component\Console\Tester\CommandTester;
|
||||
use phpbb\console\command\cron\cron_list;
|
||||
@@ -99,4 +100,4 @@ class phpbb_console_command_cron_list_test extends phpbb_test_case
|
||||
$this->command_tester = $this->get_command_tester();
|
||||
$this->command_tester->execute(array('command' => $this->command_name, '--no-ansi' => true));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user