From: Christian Aistleitner Date: Fri, 20 Apr 2012 17:34:15 +0000 (+0200) Subject: Increase permitted runtime for testParserTest X-Git-Tag: 1.31.0-rc.0~23864^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=cc13cf0564d89bd80ae9ebffe67d3fcf1bf9fe1e;p=lhc%2Fweb%2Fwiklou.git Increase permitted runtime for testParserTest Change-Id: Id8a73b2d5d32af38c6856c3120394a2d6150f835 --- diff --git a/tests/phpunit/includes/parser/NewParserTest.php b/tests/phpunit/includes/parser/NewParserTest.php index d1221ca807..d9b16710fd 100644 --- a/tests/phpunit/includes/parser/NewParserTest.php +++ b/tests/phpunit/includes/parser/NewParserTest.php @@ -510,7 +510,10 @@ class NewParserTest extends MediaWikiTestCase { $this->file = $filename; } - /** @dataProvider parserTestProvider */ + /** + * @group medium + * @dataProvider parserTestProvider + */ public function testParserTest( $desc, $input, $result, $opts, $config ) { if ( $this->regex != '' && !preg_match( '/' . $this->regex . '/', $desc ) ) { $this->assertTrue( true ); // XXX: don't flood output with "test made no assertions"