Skip to content

Commit

Permalink
Don’t expect config exception in test
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jan 26, 2022
1 parent 0825c0c commit ac29afc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Config/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,6 @@ public function testStrictTypesForFileReporting(): void

public function testConfigFileWithXIncludeWithoutFallbackShouldThrowException(): void
{
$this->expectException(ConfigException::class);
$this->expectExceptionMessageMatches('/and no fallback was found/');
ErrorHandler::install();
Config::loadFromXML(
Expand Down

0 comments on commit ac29afc

Please sign in to comment.