mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:22:37 +02:00
[ticket/11250] Run tests by default and add an option for incomplete ones
PHPBB3-11250
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user