tests: add structure and less tests to 'skins' suite
authorAntoine Musso <hashar@free.fr>
Tue, 25 Aug 2015 12:51:34 +0000 (14:51 +0200)
committerAntoine Musso <hashar@free.fr>
Tue, 25 Aug 2015 12:52:52 +0000 (14:52 +0200)
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

index 1acbc24..d93dafb 100644 (file)
@@ -26,6 +26,8 @@ phpunit.php enables colors for other OSs at runtime
                </testsuite>
                <testsuite name="skins">
                        <directory>skins</directory>
+                       <directory>structure</directory>
+                       <file>suites/LessTestSuite.php</file>
                </testsuite>
                <!-- As there is a class Maintenance, we cannot use the
                     name "maintenance" directly -->