summaryrefslogtreecommitdiff
path: root/tests/phpunit/LessFileCompilationTest.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2015-12-17 09:15:42 +0100
committerPierre Schmitz <pierre@archlinux.de>2015-12-17 09:44:51 +0100
commita1789ddde42033f1b05cc4929491214ee6e79383 (patch)
tree63615735c4ddffaaabf2428946bb26f90899f7bf /tests/phpunit/LessFileCompilationTest.php
parent9e06a62f265e3a2aaabecc598d4bc617e06fa32d (diff)
Update to MediaWiki 1.26.0
Diffstat (limited to 'tests/phpunit/LessFileCompilationTest.php')
-rw-r--r--tests/phpunit/LessFileCompilationTest.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/phpunit/LessFileCompilationTest.php b/tests/phpunit/LessFileCompilationTest.php
index df4690a4..eec02edc 100644
--- a/tests/phpunit/LessFileCompilationTest.php
+++ b/tests/phpunit/LessFileCompilationTest.php
@@ -45,11 +45,7 @@ class LessFileCompilationTest extends ResourceLoaderTestCase {
$method->setAccessible( true );
$compiler = $method->invoke( $this->module, $rlContext );
- $this->assertNotNull( $compiler->compileFile( $this->file ) );
- }
-
- public function getName( $withDataSet = true ) {
- return $this->toString();
+ $this->assertNotNull( $compiler->parseFile( $this->file )->getCss() );
}
public function toString() {