Skip to content

Commit 933f2ef

Browse files
Removed duplicated array key
1 parent 7335ec0 commit 933f2ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/FlexTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ public static function getTestPackages(): array
199199
'autoload' => ['psr-4' => ['Symfony\\Cmf\\Bundle\\RoutingBundle\\' => '']],
200200
'bundles' => ['Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle'],
201201
],
202-
'easycorp/easy-deploy-bundle' => [
203-
'autoload' => ['psr-4' => ['EasyCorp\\Bundle\\EasyDeployBundle\\' => 'src/']],
204-
'bundles' => ['EasyCorp\\Bundle\\EasyDeployBundle\\EasyDeployBundle'],
205-
],
206202
'easycorp/easy-deploy-bundle' => [
207203
'autoload' => ['psr-4' => ['EasyCorp\\Bundle\\EasyDeployBundle\\' => ['src', 'tests']]],
208204
'bundles' => ['EasyCorp\\Bundle\\EasyDeployBundle\\EasyDeployBundle'],

0 commit comments

Comments
 (0)