Skip to content

Commit

Permalink
Merge "tests: Normalize dir separator to pass on Windows"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Aug 11, 2023
2 parents 7d6bb56 + ed43cba commit de5a41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phpunit/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function testGetVariables() {

public function testAllParsedFiles() {
$parser = new Less_Parser();
$baseDir = realpath( $this->fixtures_dir . '/less.php/less' );
$baseDir = Less_Parser::WinPath( realpath( $this->fixtures_dir . '/less.php/less' ) );
$parser->parseFile( $baseDir . '/imports.less' );
$parser->getCss();

Expand Down

0 comments on commit de5a41c

Please sign in to comment.