Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 235e037

Browse files
committed
Fix validation configuration default test case
1 parent d5b88eb commit 235e037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class_exists(SemaphoreStore::class) && SemaphoreStore::isSupported() ? 'semaphor
259259
'entity_manager_name' => null,
260260
),
261261
'validation' => array(
262-
'enabled' => false,
262+
'enabled' => !class_exists(FullStack::class),
263263
),
264264
),
265265
),

0 commit comments

Comments
 (0)