aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_reparser
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-05-01 05:32:48 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-05-30 17:26:00 +0200
commite11ae7e9cd5573658b763b1ef72cb889f547f2dd (patch)
tree1b8161e0f700eb99f90b7a7e6ec8be81ae9beb67 /tests/text_reparser
parentde52580a78bcab47a2311f3993fd9952f963d563 (diff)
downloadforums-e11ae7e9cd5573658b763b1ef72cb889f547f2dd.tar
forums-e11ae7e9cd5573658b763b1ef72cb889f547f2dd.tar.gz
forums-e11ae7e9cd5573658b763b1ef72cb889f547f2dd.tar.bz2
forums-e11ae7e9cd5573658b763b1ef72cb889f547f2dd.tar.xz
forums-e11ae7e9cd5573658b763b1ef72cb889f547f2dd.zip
[ticket/13803] Hyphenated class names
PHPBB3-13803
Diffstat (limited to 'tests/text_reparser')
-rw-r--r--tests/text_reparser/post_text_test.php (renamed from tests/text_reparser/posttext_test.php)4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/text_reparser/posttext_test.php b/tests/text_reparser/post_text_test.php
index 4dec53dc63..dc13cebf44 100644
--- a/tests/text_reparser/posttext_test.php
+++ b/tests/text_reparser/post_text_test.php
@@ -14,7 +14,7 @@ require_once __DIR__ . '/../../phpBB/includes/functions.php';
require_once __DIR__ . '/../../phpBB/includes/functions_content.php';
require_once __DIR__ . '/../test_framework/phpbb_database_test_case.php';
-class phpbb_textreparser_posttext_test extends phpbb_database_test_case
+class phpbb_textreparser_post_text_test extends phpbb_database_test_case
{
public function setUp()
{
@@ -38,7 +38,7 @@ class phpbb_textreparser_posttext_test extends phpbb_database_test_case
public function testReparse($min_id, $max_id, $expected)
{
$db = $this->new_dbal();
- $reparser = new \phpbb\textreparser\posttext($db);
+ $reparser = new \phpbb\textreparser\post_text($db);
$reparser->reparse_range($min_id, $max_id);
$sql = 'SELECT post_id, post_text
FROM ' . POSTS_TABLE . "