aboutsummaryrefslogtreecommitdiffstats
path: root/tests/console/cron
diff options
context:
space:
mode:
authorEtienne Baroux <barouxe@phelma.grenoble-inp.fr>2014-06-03 10:50:00 +0200
committerEtienne Baroux <barouxe@phelma.grenoble-inp.fr>2014-06-03 10:50:00 +0200
commit721a1d0bc49fce52a8e438946a58ba0ca6db2f28 (patch)
treedb1b608f2940757027cdff104c8b7478368a7b79 /tests/console/cron
parent760aa9d402aa300349b18ba785fa7ccc4b5fccf5 (diff)
downloadforums-721a1d0bc49fce52a8e438946a58ba0ca6db2f28.tar
forums-721a1d0bc49fce52a8e438946a58ba0ca6db2f28.tar.gz
forums-721a1d0bc49fce52a8e438946a58ba0ca6db2f28.tar.bz2
forums-721a1d0bc49fce52a8e438946a58ba0ca6db2f28.tar.xz
forums-721a1d0bc49fce52a8e438946a58ba0ca6db2f28.zip
[ticket/12602] Headers updated.
PHPBB3-12602
Diffstat (limited to 'tests/console/cron')
-rw-r--r--tests/console/cron/cron_list_test.php16
1 files changed, 10 insertions, 6 deletions
diff --git a/tests/console/cron/cron_list_test.php b/tests/console/cron/cron_list_test.php
index dd4a33ee62..921de31703 100644
--- a/tests/console/cron/cron_list_test.php
+++ b/tests/console/cron/cron_list_test.php
@@ -1,11 +1,15 @@
<?php
/**
- *
- * @package testing
- * @copyright (c) 2014 phpBB Group
- * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
- *
- */
+*
+* This file is part of the phpBB Forum Software package.
+*
+* @copyright (c) phpBB Limited <https://www.phpbb.com>
+* @license GNU General Public License, version 2 (GPL-2.0)
+*
+* For full copyright and license information, please see
+* the docs/CREDITS.txt file.
+*
+*/
require_once dirname(__FILE__) . '/tasks/simple_ready.php';
require_once dirname(__FILE__) . '/tasks/simple_not_ready.php';