File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Routing/Tests/Loader Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,11 @@ public static function provideInvalidPsr4Namespaces(): array
110110 return [
111111 'slash instead of back-slash ' => [
112112 'namespace ' => 'App\Application/Controllers ' ,
113- 'exceptionMessage ' => 'Namespace "App\Application/Controllers" is not a valid PSR-4 prefix. ' ,
113+ 'expectedExceptionMessage ' => 'Namespace "App\Application/Controllers" is not a valid PSR-4 prefix. ' ,
114114 ],
115115 'invalid namespace ' => [
116116 'namespace ' => 'App\Contro llers ' ,
117- 'exceptionMessage ' => 'Namespace "App\Contro llers" is not a valid PSR-4 prefix. ' ,
117+ 'expectedExceptionMessage ' => 'Namespace "App\Contro llers" is not a valid PSR-4 prefix. ' ,
118118 ],
119119 ];
120120 }
You can’t perform that action at this time.
0 commit comments