aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bbcode/parser_test.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-12-14 13:59:48 +0100
committerJoas Schilling <nickvergessen@gmx.de>2012-12-14 13:59:48 +0100
commit8bbf3a788fd14a0c9dd67e985d401ce19c1da8a5 (patch)
tree0cfda00142c2b9ffa6b5a278b35831a4b75e0b53 /tests/bbcode/parser_test.php
parent1e5da1417ad051a16383c967488d88394b3698ae (diff)
downloadforums-8bbf3a788fd14a0c9dd67e985d401ce19c1da8a5.tar
forums-8bbf3a788fd14a0c9dd67e985d401ce19c1da8a5.tar.gz
forums-8bbf3a788fd14a0c9dd67e985d401ce19c1da8a5.tar.bz2
forums-8bbf3a788fd14a0c9dd67e985d401ce19c1da8a5.tar.xz
forums-8bbf3a788fd14a0c9dd67e985d401ce19c1da8a5.zip
[ticket/11250] Run tests by default and add an option for incomplete ones
PHPBB3-11250
Diffstat (limited to 'tests/bbcode/parser_test.php')
-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;