Skip to content

Commit 97b0423

Browse files
committed
Update FailedToLoadConfigurationFileExceptionTest.php
1 parent b360676 commit 97b0423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Exception/FailedToLoadConfigurationFileExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class FailedToLoadConfigurationFileExceptionTest extends AbstractTestCase
2323
public function testFromInvalidFileRaisesException(): void
2424
{
2525
$this->expectException(FailedToLoadConfigurationFileException::class);
26-
$this->expectExceptionMessageMatches('#Failed to load config file: .*invalid/throws.php#iu');
26+
$this->expectExceptionMessageMatches('#Failed to load config file: .*invalid'.\DIRECTORY_SEPARATOR.'throws.php#iu');
2727

2828
Configuration::new()->mergeFile(self::fixtureDirectory('invalid', 'throws.php'));
2929
}

0 commit comments

Comments
 (0)