diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php index e19ed2964c..e9efb76967 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php @@ -262,7 +262,7 @@ class ConfigurationTest extends TestCase ], [ 'lock' => [ - 'payload' => 'semaphore' + 'payload' => 'semaphore', ], ], ]); @@ -271,7 +271,7 @@ class ConfigurationTest extends TestCase [ 'enabled' => true, 'resources' => [ - 'payload' => ['semaphore'] + 'payload' => ['semaphore'], ], ], $config['lock']