diff options
author | Etienne Baroux <barouxe@phelma.grenoble-inp.fr> | 2014-06-03 10:54:28 +0200 |
---|---|---|
committer | Etienne Baroux <barouxe@phelma.grenoble-inp.fr> | 2014-06-03 10:54:28 +0200 |
commit | 5aca27e8cfc0f9387bc62756c8f296e2cec823a3 (patch) | |
tree | 6dbc07d26d64cb876eccac406721d53427991505 /tests/console/cron | |
parent | 721a1d0bc49fce52a8e438946a58ba0ca6db2f28 (diff) | |
download | forums-5aca27e8cfc0f9387bc62756c8f296e2cec823a3.tar forums-5aca27e8cfc0f9387bc62756c8f296e2cec823a3.tar.gz forums-5aca27e8cfc0f9387bc62756c8f296e2cec823a3.tar.bz2 forums-5aca27e8cfc0f9387bc62756c8f296e2cec823a3.tar.xz forums-5aca27e8cfc0f9387bc62756c8f296e2cec823a3.zip |
[ticket/12602] Fix coding style mistakes.
PHPBB3-12602
Diffstat (limited to 'tests/console/cron')
-rw-r--r-- | tests/console/cron/cron_list_test.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 +} |