Go to the documentation of this file.
30 if ( !is_string(
$file ) || !is_file(
$file ) || !is_readable(
$file ) ) {
31 throw PHPUnit_Util_InvalidArgumentHelper::factory( 1,
'readable file' );
34 parent::__construct(
'testLessFileCompilation' );
42 $this->assertNotNull( $compiler->compileFile( $this->file ) );
45 public function getName( $withDataSet =
true ) {
50 $moduleName = $this->module->getName();
52 return "{$this->file} in the \"{$moduleName}\" module";
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
getName( $withDataSet=true)
We ve cleaned up the code here by removing clumps of infrequently used code and moving them off somewhere else It s much easier for someone working with this code to see what s _really_ going and make changes or fix bugs In we can take all the code that deals with the little used title reversing we can concentrate it all in an extension file
testLessFileCompilation()
ResourceLoaderModule $module
The ResourceLoader module that contains the file.
__construct( $file, ResourceLoaderModule $module)
static getLessCompiler()
Returns LESS compiler set up for use with MediaWiki.
Modelled on Sebastian Bergmann's PHPUnit_Extensions_PhptTestCase class.
Abstraction for resource loader modules, with name registration and maxage functionality.