Increase permitted runtime for testParserTest
authorChristian Aistleitner <christian@quelltextlich.at>
Fri, 20 Apr 2012 17:34:15 +0000 (19:34 +0200)
committerChristian Aistleitner <christian@quelltextlich.at>
Fri, 20 Apr 2012 18:00:36 +0000 (20:00 +0200)
Change-Id: Id8a73b2d5d32af38c6856c3120394a2d6150f835

tests/phpunit/includes/parser/NewParserTest.php

index d1221ca..d9b1671 100644 (file)
@@ -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"