diff options
-rw-r--r-- | phpBB/phpbb/console/command/cron/execute_all.php | 1 | ||||
-rw-r--r-- | tests/console/cron/execute_all_test.php | 1 | ||||
-rw-r--r-- | tests/console/cron/fixtures/config.xml | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/phpbb/console/command/cron/execute_all.php b/phpBB/phpbb/console/command/cron/execute_all.php index 4f0f225e91..6f061212ae 100644 --- a/phpBB/phpbb/console/command/cron/execute_all.php +++ b/phpBB/phpbb/console/command/cron/execute_all.php @@ -62,4 +62,3 @@ class execute_all extends \phpbb\console\command\command } } } - 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); } } - diff --git a/tests/console/cron/fixtures/config.xml b/tests/console/cron/fixtures/config.xml index b49be1e05a..2cb683d409 100644 --- a/tests/console/cron/fixtures/config.xml +++ b/tests/console/cron/fixtures/config.xml @@ -6,4 +6,3 @@ <column>is_dynamic</column> </table> </dataset> - |