This commit is contained in:
Fabien Potencier 2021-01-03 09:19:04 +01:00
parent a0d66d2ecd
commit 4bced61887

View File

@ -262,7 +262,7 @@ class ConfigurationTest extends TestCase
], ],
[ [
'lock' => [ 'lock' => [
'payload' => 'semaphore' 'payload' => 'semaphore',
], ],
], ],
]); ]);
@ -271,7 +271,7 @@ class ConfigurationTest extends TestCase
[ [
'enabled' => true, 'enabled' => true,
'resources' => [ 'resources' => [
'payload' => ['semaphore'] 'payload' => ['semaphore'],
], ],
], ],
$config['lock'] $config['lock']