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 fc0448b commit ebfe31dCopy full SHA for ebfe31d
test/Service/Server/ExceptionTransformerTest.php
@@ -41,7 +41,7 @@ public static function dataProviderToApi(): array
41
{
42
return [
43
['Internal server error', false],
44
- ['Exception (Exception) message: \'Test\' from: '.__DIR__.'/ExceptionTransformerTest.php:23', true],
+ ['Exception (Exception) message: \'Test\' from: '.__DIR__.'/ExceptionTransformerTest.php:21', true],
45
];
46
}
47
0 commit comments