diff options
Diffstat (limited to 'tests/console/cron/execute_all_test.php')
-rw-r--r-- | tests/console/cron/execute_all_test.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/console/cron/execute_all_test.php b/tests/console/cron/execute_all_test.php index a0de754245..48ea79e29d 100644 --- a/tests/console/cron/execute_all_test.php +++ b/tests/console/cron/execute_all_test.php @@ -94,4 +94,3 @@ class phpbb_console_command_cron_execute_all_test extends phpbb_database_test_ca return new CommandTester($command); } } - |