diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-10-01 15:13:31 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-10-03 23:51:16 +0200 |
| commit | 5354c46e01a1efd65d4b53af12173ef4947eec9c (patch) | |
| tree | c4f507eb072dd795c94f6a4fb88fcd8187d077ae /tests/cache/cache_memory.php | |
| parent | 8e638dbf6d53be3d8c5b1eda8ce44e7e4f60b75a (diff) | |
| download | forums-5354c46e01a1efd65d4b53af12173ef4947eec9c.tar forums-5354c46e01a1efd65d4b53af12173ef4947eec9c.tar.gz forums-5354c46e01a1efd65d4b53af12173ef4947eec9c.tar.bz2 forums-5354c46e01a1efd65d4b53af12173ef4947eec9c.tar.xz forums-5354c46e01a1efd65d4b53af12173ef4947eec9c.zip | |
[ticket/11224] Updates tests
PHPBB3-11224
Diffstat (limited to 'tests/cache/cache_memory.php')
| -rw-r--r-- | tests/cache/cache_memory.php | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/tests/cache/cache_memory.php b/tests/cache/cache_memory.php index c468cb4658..806edb963a 100644 --- a/tests/cache/cache_memory.php +++ b/tests/cache/cache_memory.php @@ -1,15 +1,17 @@ <?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__) . '/../../phpBB/includes/acm/acm_memory.php'; - -class phpbb_cache_memory extends acm_memory +class phpbb_cache_memory extends \phpbb\cache\driver\memory { protected $data = array(); |
