build: Remove reference of non-existent "Fuzz" and "Stub" PHPUnit groups
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 8 Jul 2019 22:03:13 +0000 (23:03 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Mon, 8 Jul 2019 22:03:13 +0000 (23:03 +0100)
These were removed from the phpunit.xml file recently (after having
been unused for many years), but between the revert and resplit
of the recent MediaWikiTestCase refactor, that change was lost
and the group exclusion re-introduced.

This removes it again, following 214750d8d224fc7.

Change-Id: I9448854e5f1587b1083e78f61ef8b520722ad2b9

composer.json

index c61febc..f7b72f5 100644 (file)
                "phpunit": "phpunit",
                "phpunit:unit": "phpunit --colors=always --testsuite=core:unit,extensions:unit,skins:unit",
                "phpunit:integration": "phpunit --colors=always --testsuite=core:integration,extensions:integration,skins:integration",
-               "phpunit:coverage": "phpunit --testsuite=core:unit --exclude-group Dump,Broken,ParserFuzz,Stub"
+               "phpunit:coverage": "phpunit --testsuite=core:unit --exclude-group Dump,Broken"
        },
        "config": {
                "optimize-autoloader": true,