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
110
110
return [
111
111
'slash instead of back-slash ' => [
112
112
'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. ' ,
114
114
],
115
115
'invalid namespace ' => [
116
116
'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. ' ,
118
118
],
119
119
];
120
120
}
You can’t perform that action at this time.
0 commit comments