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 5df344a commit b52cdd6Copy full SHA for b52cdd6
tests/Reader/DefaultReaderTest.php
@@ -30,7 +30,7 @@ class DefaultReaderTest extends BaseTestCase
30
public function testEmptyFilepath(): void
31
{
32
$this->expectException(ValueError::class);
33
- $this->expectExceptionMessage('Argument #1 ($uri) cannot be empty');
+ $this->expectExceptionMessageMatches('#(XMLReader\:\:open\(\)\: )?Argument \#1 \(\$uri\) (must not|cannot) be empty#');
34
35
$this->newReader('');
36
}
0 commit comments