diff options
author | Sam Smith <git@samsmith.io> | 2014-03-17 13:24:52 +0000 |
---|---|---|
committer | Matthew Flaschen <mflaschen@wikimedia.org> | 2014-03-31 23:02:53 -0400 |
commit | 13f3e21e9c7ddcef0d59982aeb3bb4b9e240e5f4 (patch) | |
tree | 0af088a0e74d59b7a48a044422689725a4525028 /tests/phpunit/suite.xml | |
parent | f10285fc18179208266d268d8bf0779329f9c4fb (diff) | |
download | mediawikicore-13f3e21e9c7ddcef0d59982aeb3bb4b9e240e5f4.tar.gz mediawikicore-13f3e21e9c7ddcef0d59982aeb3bb4b9e240e5f4.zip |
Add a LESS test suite
Add the LessFileCompilationTest test case class, which represents the
validation of a LESS file by compilation.
Add the LessTestSuite test suite, which tests all LESS files registered
with the ResourceLoader, and use this to rewrite the checkLess.php
maintenance script.
Bug: 54665
Change-Id: Iedb8dc31e4817d8b4e40b655cf9b8fb092979e90
Diffstat (limited to 'tests/phpunit/suite.xml')
-rw-r--r-- | tests/phpunit/suite.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml index 3e76ff894383..a0c532e539de 100644 --- a/tests/phpunit/suite.xml +++ b/tests/phpunit/suite.xml @@ -39,6 +39,9 @@ <file>suites/ExtensionsTestSuite.php</file> <file>suites/ExtensionsParserTestSuite.php</file> </testsuite> + <testsuite name="less"> + <file>suites/LessTestSuite.php</file> + </testsuite> </testsuites> <groups> <exclude> |