From: Jan Zerebecki Date: Fri, 18 Oct 2013 19:03:12 +0000 (+0200) Subject: Use PHPUnit filter/whitelist to select the files that need testing. X-Git-Tag: 1.31.0-rc.0~17110 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=ee753ba4e847676d9557056adff920a774cb6e03;p=lhc%2Fweb%2Fwiklou.git Use PHPUnit filter/whitelist to select the files that need testing. This has the effect of excluding the tests themselves from the code coverage and including files that no test loads. Change-Id: I65674ca3569d1ae6484b6769366213d71c0bdbc4 --- diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml index 7a9122fa65..3e76ff8943 100644 --- a/tests/phpunit/suite.xml +++ b/tests/phpunit/suite.xml @@ -48,4 +48,13 @@ Stub + + + ../../includes + ../../languages + ../../maintenance + ../../resources + ../../skins + +