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 0415b1f commit 118d03bCopy full SHA for 118d03b
Tests/Loader/Psr4DirectoryLoaderTest.php
@@ -110,11 +110,11 @@ public static function provideInvalidPsr4Namespaces(): array
110
return [
111
'slash instead of back-slash' => [
112
'namespace' => 'App\Application/Controllers',
113
- 'exceptionMessage' => 'Namespace "App\Application/Controllers" is not a valid PSR-4 prefix.',
+ 'expectedExceptionMessage' => 'Namespace "App\Application/Controllers" is not a valid PSR-4 prefix.',
114
],
115
'invalid namespace' => [
116
'namespace' => 'App\Contro llers',
117
- 'exceptionMessage' => 'Namespace "App\Contro llers" is not a valid PSR-4 prefix.',
+ 'expectedExceptionMessage' => 'Namespace "App\Contro llers" is not a valid PSR-4 prefix.',
118
119
];
120
}
0 commit comments