We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c33bd commit 1d0ef6fCopy full SHA for 1d0ef6f
tests/ParserTest.php
@@ -1190,7 +1190,7 @@ public function getInvalidIdentifiers()
1190
*/
1191
public function invalidIdentifier($css)
1192
{
1193
- $this->setExpectedException(UnexpectedTokenException::class);
+ $this->expectException(UnexpectedTokenException::class);
1194
1195
$oSettings = Settings::create()->withLenientParsing(false);
1196
$oParser = new Parser($css, $oSettings);
0 commit comments