Skip to content

Commit 2288686

Browse files
committed
test(symfony): assert null default for jsonapi.use_iri_as_id
Config processing now returns null (default_null); the true coercion happens in the extension. Companion to the deprecation in this PR.
1 parent 4cc2e3f commit 2288686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Symfony/Bundle/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ private function runDefaultConfigTests(array $doctrineIntegrationsToLoad = ['orm
251251
'format' => 'jsonld',
252252
],
253253
'jsonapi' => [
254-
'use_iri_as_id' => true,
254+
'use_iri_as_id' => null,
255255
'allow_client_generated_id' => false,
256256
],
257257
'enable_scalar' => true,

0 commit comments

Comments
 (0)