From 583c9989d04112d9da33591c9476880a6166d078 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 25 Aug 2015 14:51:34 +0200 Subject: [PATCH] tests: add structure and less tests to 'skins' suite To add integration jobs for the MediaWiki skins, we will use the 'skins' test suite. Add the structure and less validator tests to it. The skins would then be tested using something like: php tests/phpunit/phpunit.php --testsuite skins Bug: T68926 Change-Id: I1be4454b1aa7935ec2e9ac3703eee3907e5101e8 --- tests/phpunit/suite.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml index 1acbc24140..d93dafb97e 100644 --- a/tests/phpunit/suite.xml +++ b/tests/phpunit/suite.xml @@ -26,6 +26,8 @@ phpunit.php enables colors for other OSs at runtime skins + structure + suites/LessTestSuite.php -- 2.20.1