Add a LESS test suite
authorSam Smith <git@samsmith.io>
Mon, 17 Mar 2014 13:24:52 +0000 (13:24 +0000)
committerMatthew Flaschen <mflaschen@wikimedia.org>
Tue, 1 Apr 2014 03:02:53 +0000 (23:02 -0400)
commit13f3e21e9c7ddcef0d59982aeb3bb4b9e240e5f4
tree0af088a0e74d59b7a48a044422689725a4525028
parentf10285fc18179208266d268d8bf0779329f9c4fb
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
maintenance/checkLess.php
tests/TestsAutoLoader.php
tests/phpunit/LessFileCompilationTest.php [new file with mode: 0644]
tests/phpunit/suite.xml
tests/phpunit/suites/LessTestSuite.php [new file with mode: 0644]