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 bc97ae4 commit bba1f5fCopy full SHA for bba1f5f
tests/Fixtures/app/AppKernel.php
@@ -239,8 +239,6 @@ class_exists(NativePasswordHasher::class) ? 'password_hashers' : 'encoders' => [
239
$metadataBackwardCompatibilityLayer = (bool) ($_SERVER['EVENT_LISTENERS_BACKWARD_COMPATIBILITY_LAYER'] ?? false);
240
$rfc7807CompliantErrors = (bool) ($_SERVER['RFC_7807_COMPLIANT_ERRORS'] ?? true);
241
242
- extra_properties:
243
-
244
$c->prependExtensionConfig('api_platform', [
245
'mapping' => [
246
'paths' => ['%kernel.project_dir%/../TestBundle/Resources/config/api_resources'],
0 commit comments