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 0a098f8 commit f2312fcCopy full SHA for f2312fc
tests/Core/Ruleset/ProcessRulesetBrokenRulesetTest.php
@@ -39,7 +39,7 @@ public function testBrokenRulesetEmptyFile()
39
$standard = __DIR__.'/ProcessRulesetBrokenRulesetEmptyFileTest.xml';
40
$config = new ConfigDouble(["--standard=$standard"]);
41
42
- $regex = '#^Ruleset \S+ProcessRulesetBrokenRulesetEmptyFileTest\.xml is not valid\R';
+ $regex = '#^Ruleset \S+ProcessRulesetBrokenRulesetEmptyFileTest\.xml is not valid\R';
43
$regex .= '(- On line 1, column 1: Document is empty\R)?$#';
44
45
$this->expectRuntimeExceptionRegex($regex);
0 commit comments