aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/bbcode/parser_test.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/bbcode/parser_test.php b/tests/bbcode/parser_test.php
index 0e1f405bae..be5cb8524e 100644
--- a/tests/bbcode/parser_test.php
+++ b/tests/bbcode/parser_test.php
@@ -211,7 +211,10 @@ class phpbb_bbcode_parser_test extends PHPUnit_Framework_TestCase
*/
public function test_bbcode_firstpass($description, $message, $expected)
{
- $this->markTestIncomplete('New bbcode parser has not been backported from feature/ascraeus-experiment yet.');
+ if ($incomplete)
+ {
+ $this->markTestIncomplete('New bbcode parser has not been backported from feature/ascraeus-experiment yet.');
+ }
global $user, $request;
$user = new phpbb_mock_user;