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 3b71d1a commit 09a46cdCopy full SHA for 09a46cd
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/MainConfigurationTest.php
@@ -123,7 +123,7 @@ public function testConfigMergeWithAccessDecisionManager()
123
{
124
$config = [
125
'access_decision_manager' => [
126
- 'strategy' => AccessDecisionManager::STRATEGY_UNANIMOUS,
+ 'strategy' => MainConfiguration::STRATEGY_UNANIMOUS,
127
],
128
];
129
$config = array_merge(static::$minimalConfig, $config);
0 commit comments