Skip to content

Commit 09eff5f

Browse files
committed
Rename a fixture file
1 parent 812fbe6 commit 09eff5f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/ParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ public function invalidSelectorsInFile()
743743
body {background-color: red;}';
744744
self::assertSame($sExpected, $oDoc->render());
745745

746-
$oDoc = self::parsedStructureForFile('invalid-selectors-3', Settings::create()->withMultibyteSupport(true));
746+
$oDoc = self::parsedStructureForFile('invalid-selectors-4', Settings::create()->withMultibyteSupport(true));
747747
$sExpected = 'body, div :hover {color: green;}
748748
div {color: blue;}';
749749
self::assertSame($sExpected, $oDoc->render());

0 commit comments

Comments
 (0)