Make ResourceLoaderFileModule#getAllStyleFiles include all skin styles
authorSam Smith <git@samsmith.io>
Tue, 1 Apr 2014 14:28:46 +0000 (15:28 +0100)
committerKrinkle <krinklemail@gmail.com>
Tue, 17 Jun 2014 19:38:58 +0000 (19:38 +0000)
commit0bb3d2a499a37c348eab1df11a6229a2aa19ecf8
treee9ec62818e660608a034c23aa786fda602914dd8
parent0971c0aca2b66cb0d7a33c6db49694b4fae506fd
Make ResourceLoaderFileModule#getAllStyleFiles include all skin styles

* Add the ResourceLoaderFileModule#getAllSkinStyleFiles method,
  which returns all of the skinStyles files for a given module
* The LessFileCompilationTest and checkLess.php script, which use
  the #getAllStyleFile method, now validate all LESS style files

Bug: 63343
Change-Id: Ib2eb5761919c648aea4ae58f8d0531799fe7982b
RELEASE-NOTES-1.24
includes/resourceloader/ResourceLoaderFileModule.php
tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php