aboutsummaryrefslogtreecommitdiffstats
path: root/tests/avatar
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-05 18:16:50 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-05 18:16:50 +0200
commitbaef26f7ed44ada30c3ed345035d2b4d7cea3a2f (patch)
tree73a0d2b8b6b7ee7865f5f7c2eb4152a1dfaaaa2d /tests/avatar
parent324daf72fec829a4a937879ef0615829443114cc (diff)
downloadforums-baef26f7ed44ada30c3ed345035d2b4d7cea3a2f.tar
forums-baef26f7ed44ada30c3ed345035d2b4d7cea3a2f.tar.gz
forums-baef26f7ed44ada30c3ed345035d2b4d7cea3a2f.tar.bz2
forums-baef26f7ed44ada30c3ed345035d2b4d7cea3a2f.tar.xz
forums-baef26f7ed44ada30c3ed345035d2b4d7cea3a2f.zip
[ticket/12503] All tests should extend \phpbb_test_case
PHPBB3-12503
Diffstat (limited to 'tests/avatar')
-rw-r--r--tests/avatar/manager_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/avatar/manager_test.php b/tests/avatar/manager_test.php
index 527bb223d5..01c058a1bd 100644
--- a/tests/avatar/manager_test.php
+++ b/tests/avatar/manager_test.php
@@ -9,7 +9,7 @@
require_once dirname(__FILE__) . '/driver/foobar.php';
-class phpbb_avatar_manager_test extends PHPUnit_Framework_TestCase
+class phpbb_avatar_manager_test extends \phpbb_test_case
{
public function setUp()
{