MediaWiki
REL1_23
|
Modelled on Sebastian Bergmann's PHPUnit_Extensions_PhptTestCase class. More...
Public Member Functions | |
__construct ($file, ResourceLoaderModule $module) | |
getName ($withDataSet=true) | |
testLessFileCompilation () | |
toString () | |
Protected Attributes | |
string | $file |
$file | |
ResourceLoaderModule | $module |
The ResourceLoader module that contains the file. |
Modelled on Sebastian Bergmann's PHPUnit_Extensions_PhptTestCase class.
Definition at line 9 of file LessFileCompilationTest.php.
LessFileCompilationTest::__construct | ( | $ | file, |
ResourceLoaderModule $ | module | ||
) |
string | $file | |
ResourceLoaderModule | $module | The ResourceLoader module that contains the file |
PHPUnit_Framework_Exception | When the file parameter isn't a string or readable file |
Definition at line 27 of file LessFileCompilationTest.php.
LessFileCompilationTest::getName | ( | $ | withDataSet = true | ) |
Definition at line 43 of file LessFileCompilationTest.php.
Definition at line 38 of file LessFileCompilationTest.php.
Definition at line 47 of file LessFileCompilationTest.php.
string LessFileCompilationTest::$file [protected] |
$file
Definition at line 13 of file LessFileCompilationTest.php.
ResourceLoaderModule LessFileCompilationTest::$module [protected] |
The ResourceLoader module that contains the file.
Definition at line 18 of file LessFileCompilationTest.php.