1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-06 14:35:56 +02:00

[ticket/11762] Added call to test class's parent::setUp().

Added call to test class's parent::setUp(). Updated copyright year.

PHPBB3-11762
This commit is contained in:
s9e 2013-08-03 14:05:40 +02:00
parent 68aa974a20
commit 9db1728b4b

View File

@ -2,7 +2,7 @@
/** /**
* *
* @package testing * @package testing
* @copyright (c) 2011 phpBB Group * @copyright (c) 2013 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* *
*/ */
@ -18,6 +18,8 @@ class phpbb_text_processing_generate_text_for_display_test extends phpbb_test_ca
{ {
global $cache, $user; global $cache, $user;
parent::setUp();
$cache = new phpbb_mock_cache; $cache = new phpbb_mock_cache;
$user = new phpbb_mock_user; $user = new phpbb_mock_user;