aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bbcode/parser_test.php
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/bbcode/parser_test.php
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/bbcode/parser_test.php')
-rw-r--r--tests/bbcode/parser_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bbcode/parser_test.php b/tests/bbcode/parser_test.php
index d0dcce5bbf..4bf5037f45 100644
--- a/tests/bbcode/parser_test.php
+++ b/tests/bbcode/parser_test.php
@@ -12,7 +12,7 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/functions_content.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/bbcode.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/message_parser.php';
-class phpbb_bbcode_parser_test extends PHPUnit_Framework_TestCase
+class phpbb_bbcode_parser_test extends \phpbb_test_case
{
public function bbcode_firstpass_data()
{