Skip to content

Commit

Permalink
fixed (probably) different versions of error messages for scssphp
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtch committed Jan 13, 2016
1 parent b8168a0 commit 096d931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Assetic/Test/Filter/ScssphpFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ public function testCompassExtensionCanBeEnabled()

public function testCompassExtensionCanBeDisabled()
{
$this->setExpectedException(
$this->setExpectedExceptionRegExp(
'Exception',
'Undefined mixin box-shadow: line: 4'
'/^Undefined mixin box-shadow:.*line:* 4$/'
);

$asset = new FileAsset(__DIR__.'/fixtures/sass/main_compass.scss');
Expand Down

0 comments on commit 096d931

Please sign in to comment.