diff options
author | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-28 11:57:20 +0200 |
---|---|---|
committer | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-28 11:57:20 +0200 |
commit | 50cb9d583845bb99c94355266705e25994770622 (patch) | |
tree | fd7c515c2a8a50fb07abf1a9b45b3bb51ae0e230 /tests/console/cron | |
parent | 6f3276653fd622f29e6a906600f6c44c066566f8 (diff) | |
download | forums-50cb9d583845bb99c94355266705e25994770622.tar forums-50cb9d583845bb99c94355266705e25994770622.tar.gz forums-50cb9d583845bb99c94355266705e25994770622.tar.bz2 forums-50cb9d583845bb99c94355266705e25994770622.tar.xz forums-50cb9d583845bb99c94355266705e25994770622.zip |
[ticket/12597] Correcing coding style mistakes
PHPBB3-12597
Diffstat (limited to 'tests/console/cron')
-rw-r--r-- | tests/console/cron/execute_all_test.php | 1 | ||||
-rw-r--r-- | tests/console/cron/fixtures/config.xml | 1 |
2 files changed, 0 insertions, 2 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); } } - 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> - |