X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=composer.json;h=f7b72f5bba2892fb0e19f598ead801bd03f98b6c;hb=467a280684673aa93580d9720a6b38f5441c1726;hp=428c1a8033a64fb18c3a32c55ee53b5d03cf3acf;hpb=1e8a3eff9fbc99841e1b294abbc4184db9c44083;p=lhc%2Fweb%2Fwiklou.git diff --git a/composer.json b/composer.json index 428c1a8033..f7b72f5bba 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "ext-xml": "*", "guzzlehttp/guzzle": "6.3.3", "liuggio/statsd-php-client": "1.0.18", - "oojs/oojs-ui": "0.33.0", + "oojs/oojs-ui": "0.33.1", "pear/mail": "1.4.1", "pear/mail_mime": "1.10.2", "pear/net_smtp": "1.8.1", @@ -116,7 +116,11 @@ "test": [ "composer lint", "composer phpcs" - ] + ], + "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" }, "config": { "optimize-autoloader": true,