Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/239419

Change subject: Fix test broken by I826adf9
......................................................................

Fix test broken by I826adf9

Change-Id: I4313188767d47cf9efcfd24ed2716475a289bb77
---
M tests/phpunit/LessFileCompilationTest.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/19/239419/1

diff --git a/tests/phpunit/LessFileCompilationTest.php 
b/tests/phpunit/LessFileCompilationTest.php
index 73fa0b5..3832a62 100644
--- a/tests/phpunit/LessFileCompilationTest.php
+++ b/tests/phpunit/LessFileCompilationTest.php
@@ -45,7 +45,7 @@
                $method->setAccessible( true );
                $compiler = $method->invoke( $this->module, $rlContext );
 
-               $this->assertNotNull( $compiler->compileFile( $this->file ) );
+               $this->assertNotNull( $compiler->parseFile( $fileName 
)->getCss() );
        }
 
        public function toString() {

-- 
To view, visit https://gerrit.wikimedia.org/r/239419
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4313188767d47cf9efcfd24ed2716475a289bb77
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to