mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11250] Run tests by default and add an option for incomplete ones
PHPBB3-11250
This commit is contained in:
parent
1e5da1417a
commit
8bbf3a788f
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue