MediaWiki  REL1_24
LessFileCompilationTest Class Reference

Modelled on Sebastian Bergmann's PHPUnit_Extensions_PhptTestCase class. More...

Inheritance diagram for LessFileCompilationTest:
Collaboration diagram for LessFileCompilationTest:

List of all members.

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.

Detailed Description

Modelled on Sebastian Bergmann's PHPUnit_Extensions_PhptTestCase class.

See also:
https://github.com/sebastianbergmann/phpunit/blob/master/src/Extensions/PhptTestCase.php
Author:
Sam Smith <[email protected]>

Definition at line 9 of file LessFileCompilationTest.php.


Constructor & Destructor Documentation

Parameters:
string$file
ResourceLoaderModule$moduleThe ResourceLoader module that contains the file

Definition at line 25 of file LessFileCompilationTest.php.


Member Function Documentation

LessFileCompilationTest::getName ( withDataSet = true)

Definition at line 49 of file LessFileCompilationTest.php.


Member Data Documentation

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.


The documentation for this class was generated from the following file: