From 5aca27e8cfc0f9387bc62756c8f296e2cec823a3 Mon Sep 17 00:00:00 2001 From: Etienne Baroux Date: Tue, 3 Jun 2014 10:54:28 +0200 Subject: [ticket/12602] Fix coding style mistakes. PHPBB3-12602 --- tests/console/cron/cron_list_test.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/console/cron') diff --git a/tests/console/cron/cron_list_test.php b/tests/console/cron/cron_list_test.php index 921de31703..32b7c792e8 100644 --- a/tests/console/cron/cron_list_test.php +++ b/tests/console/cron/cron_list_test.php @@ -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)); } -} \ No newline at end of file +} -- cgit v1.2.1