[ticket/11250] Run tests by default and add an option for incomplete ones

PHPBB3-11250
This commit is contained in:
Joas Schilling 2012-12-14 13:59:48 +01:00
parent 1e5da1417a
commit 8bbf3a788f

View file

@ -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;