diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-03 19:16:40 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-03 19:16:40 +0200 |
commit | 78e1d119f5b1f92da8ffe068d947035b6f5305ea (patch) | |
tree | 49315f577ca89dbea4c6c72a41ce0302a44ec6a0 /tests/mock | |
parent | 5cb68b6be99a001c7df2732c71e468d8c4e91fc9 (diff) | |
download | forums-78e1d119f5b1f92da8ffe068d947035b6f5305ea.tar forums-78e1d119f5b1f92da8ffe068d947035b6f5305ea.tar.gz forums-78e1d119f5b1f92da8ffe068d947035b6f5305ea.tar.bz2 forums-78e1d119f5b1f92da8ffe068d947035b6f5305ea.tar.xz forums-78e1d119f5b1f92da8ffe068d947035b6f5305ea.zip |
[ticket/11497] Change the date in the package declaration
PHPBB3-11497
Diffstat (limited to 'tests/mock')
-rw-r--r-- | tests/mock/controller_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mock/controller_helper.php b/tests/mock/controller_helper.php index c53d7265c4..d46d89b367 100644 --- a/tests/mock/controller_helper.php +++ b/tests/mock/controller_helper.php @@ -2,7 +2,7 @@ /** * * @package testing -* @copyright (c) 2011 phpBB Group +* @copyright (c) 2014 phpBB Group * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * */ |