From: Timo Tijhof Date: Mon, 8 Jul 2019 22:03:13 +0000 (+0100) Subject: build: Remove reference of non-existent "Fuzz" and "Stub" PHPUnit groups X-Git-Tag: 1.34.0-rc.0~1125^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22brouteur%22%2C%28%24id_rubrique%20?a=commitdiff_plain;h=e40296eeabd95e5d33b2e6dc9065765f3a9e3a86;p=lhc%2Fweb%2Fwiklou.git build: Remove reference of non-existent "Fuzz" and "Stub" PHPUnit groups 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 --- diff --git a/composer.json b/composer.json index c61febc33d..f7b72f5bba 100644 --- a/composer.json +++ b/composer.json @@ -120,7 +120,7 @@ "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,