Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Fixed tests for less method
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Nov 21, 2015
1 parent bfe0a74 commit 2a90e9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase/View/Helper/LessHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ public function testFetch()
public function testLess()
{
$options = [
'cache' => false
'cache' => false,
'parser' => ['sourceMap' => false]
];

// [Less.php] Basic compiling
Expand Down

0 comments on commit 2a90e9f

Please sign in to comment.