Skip to content

Commit fa0fa6d

Browse files
committed
Parse shopware
1 parent de97fb0 commit fa0fa6d

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

tests/ParserTest.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,17 @@ public function selectorRemoval()
621621
$oDoc->render();
622622
}
623623

624+
/**
625+
* @test
626+
*/
627+
public function parseALotOfStyle()
628+
{
629+
$oDoc = self::parsedStructureForFile('shopware-6-bootstrap')->render();
630+
$oParser = new Parser($oDoc);
631+
632+
self::assertSame($oDoc, $oParser->parse()->render());
633+
}
634+
624635
/**
625636
* @test
626637
*/

tests/fixtures/shopware-6-bootstrap.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)