From 61ad42790f653c0fe7bf1c1b5d27181794bec997 Mon Sep 17 00:00:00 2001 From: LEZY Thomas Date: Wed, 28 May 2014 18:28:46 +0200 Subject: [ticket/12597] Fix various problems Actually fix the return status of command cron:run-all Fix some doc block coding style issue Fix missing and obsolete file headers Delete a useless constructor method PHPBB3-12597 --- tests/console/cron/run_all_test.php | 10 +++++++--- tests/console/cron/tasks/simple.php | 18 ++++++++++++------ 2 files changed, 19 insertions(+), 9 deletions(-) (limited to 'tests/console') diff --git a/tests/console/cron/run_all_test.php b/tests/console/cron/run_all_test.php index 5306d27094..716ad50d81 100644 --- a/tests/console/cron/run_all_test.php +++ b/tests/console/cron/run_all_test.php @@ -1,9 +1,13 @@ executed = false; - } + public $executed = false; public function get_name() { -- cgit v1.2.1