diff --git a/.composer.json b/.composer.json index 1cfda9628d7..b8e0109fb5a 100644 --- a/.composer.json +++ b/.composer.json @@ -37,7 +37,6 @@ "@test:behat-cli -c Neos.ContentRepository.LegacyNodeMigration/Tests/Behavior/behat.yml.dist", "@test:behat-cli -c Neos.ContentRepository.Export/Tests/Behavior/behat.yml.dist", "@test:behat-cli -c Neos.TimeableNodeVisibility/Tests/Behavior/behat.yml.dist", - "../../flow doctrine:migrate --quiet; ../../flow cr:setup", "@test:behat-cli -c Neos.Neos/Tests/Behavior/behat.yml.dist" ], "test:behavioral:stop-on-failure": [ @@ -46,7 +45,6 @@ "@test:behat-cli -vvv --stop-on-failure -c Neos.ContentRepository.LegacyNodeMigration/Tests/Behavior/behat.yml.dist", "@test:behat-cli -vvv --stop-on-failure -c Neos.ContentRepository.Export/Tests/Behavior/behat.yml.dist", "@test:behat-cli -vvv --stop-on-failure -c Neos.TimeableNodeVisibility/Tests/Behavior/behat.yml.dist", - "../../flow doctrine:migrate --quiet; ../../flow cr:setup", "@test:behat-cli -vvv --stop-on-failure -c Neos.Neos/Tests/Behavior/behat.yml.dist" ], "test": [ diff --git a/composer.json b/composer.json index 4425532f575..420f3396278 100644 --- a/composer.json +++ b/composer.json @@ -120,7 +120,6 @@ "@test:behat-cli -c Neos.ContentRepository.LegacyNodeMigration/Tests/Behavior/behat.yml.dist", "@test:behat-cli -c Neos.ContentRepository.Export/Tests/Behavior/behat.yml.dist", "@test:behat-cli -c Neos.TimeableNodeVisibility/Tests/Behavior/behat.yml.dist", - "../../flow doctrine:migrate --quiet; ../../flow cr:setup", "@test:behat-cli -c Neos.Neos/Tests/Behavior/behat.yml.dist" ], "test:behavioral:stop-on-failure": [ @@ -129,7 +128,6 @@ "@test:behat-cli -vvv --stop-on-failure -c Neos.ContentRepository.LegacyNodeMigration/Tests/Behavior/behat.yml.dist", "@test:behat-cli -vvv --stop-on-failure -c Neos.ContentRepository.Export/Tests/Behavior/behat.yml.dist", "@test:behat-cli -vvv --stop-on-failure -c Neos.TimeableNodeVisibility/Tests/Behavior/behat.yml.dist", - "../../flow doctrine:migrate --quiet; ../../flow cr:setup", "@test:behat-cli -vvv --stop-on-failure -c Neos.Neos/Tests/Behavior/behat.yml.dist" ], "test": [