From: Ori Livneh Date: Fri, 18 Sep 2015 17:26:00 +0000 (-0700) Subject: Fix test broken by I826adf9 X-Git-Tag: 1.31.0-rc.0~9969 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=6f3372b1c9fa02d346e45be81b99a166f493f954;p=lhc%2Fweb%2Fwiklou.git Fix test broken by I826adf9 Change-Id: I4313188767d47cf9efcfd24ed2716475a289bb77 --- diff --git a/tests/phpunit/LessFileCompilationTest.php b/tests/phpunit/LessFileCompilationTest.php index 73fa0b5dc3..eec02edc64 100644 --- a/tests/phpunit/LessFileCompilationTest.php +++ b/tests/phpunit/LessFileCompilationTest.php @@ -45,7 +45,7 @@ class LessFileCompilationTest extends ResourceLoaderTestCase { $method->setAccessible( true ); $compiler = $method->invoke( $this->module, $rlContext ); - $this->assertNotNull( $compiler->compileFile( $this->file ) ); + $this->assertNotNull( $compiler->parseFile( $this->file )->getCss() ); } public function toString() {