Skip to content

Commit 7d0403a

Browse files
minor #701 Removed duplicated array key (Malte Schlüter)
This PR was merged into the 1.9-dev branch. Discussion ---------- Removed duplicated array key Removed duplicated array key. _Previous PR #698 was closed automatically after changing the default branch from master to main._ Commits ------- 933f2ef Removed duplicated array key
2 parents 38e5c04 + 933f2ef commit 7d0403a

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)