Skip to content

Commit d43033b

Browse files
committed
Rename a fixture file
1 parent 50929e2 commit d43033b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: tests/ParserTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ public function invalidSelectorsInFile(): void
788788
body {background-color: red;}';
789789
self::assertSame($sExpected, $oDoc->render());
790790

791-
$oDoc = self::parsedStructureForFile('invalid-selectors-3', Settings::create()->withMultibyteSupport(true));
791+
$oDoc = self::parsedStructureForFile('invalid-selectors-4', Settings::create()->withMultibyteSupport(true));
792792
$sExpected = 'body, div :hover {color: green;}
793793
div {color: blue;}';
794794
self::assertSame($sExpected, $oDoc->render());
File renamed without changes.

0 commit comments

Comments
 (0)