Skip to content

Commit d8a581f

Browse files
committed
fixing syntax for lower php
1 parent a86cb69 commit d8a581f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Configurator/BundlesConfiguratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function testUpdate()
155155
$configurator->update(
156156
$recipeUpdate,
157157
['FooBundle' => ['dev', 'test']],
158-
['FooBundle' => ['all'], 'NewBundle' => ['all']],
158+
['FooBundle' => ['all'], 'NewBundle' => ['all']]
159159
);
160160

161161
$this->assertSame(['config/bundles.php' => <<<EOF

0 commit comments

Comments
 (0)