Actually run the Less compilation tests
authorAntoine Musso <hashar@free.fr>
Mon, 27 Jul 2015 16:08:48 +0000 (18:08 +0200)
committerAntoine Musso <hashar@free.fr>
Mon, 27 Jul 2015 16:26:47 +0000 (18:26 +0200)
commit85e97c051f59165b7d6ae96509534c03e915c708
tree5181dc11e7f495e6c8722e1bf25e0bce3f80c4a7
parent05e19012381bd1ea795e2bebabd98c69a70aa1fa
Actually run the Less compilation tests

The testcase overrides the getName() method which is used by PHPUnit to
filter out invalid classes.  Remove the method to let PHPUnit pick up
the tests.

Tested locally using:

 php phpunit.php --debug --filter testLessFileCompilation

Bug: T106780
Change-Id: I5a59d69c96273725c2d4ca78d5e1b7303dd5cbf2
tests/phpunit/LessFileCompilationTest.php