From 79ebc80a4b88ea14a7d32fefda62f203ec913c34 Mon Sep 17 00:00:00 2001 From: Bastian Waidelich Date: Wed, 1 May 2024 10:57:53 +0200 Subject: [PATCH] BUGFIX: Remove doctrine migrate and cr setup commands from behat scripts See also #5005 --- .composer.json | 2 -- composer.json | 2 -- 2 files changed, 4 deletions(-) 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": [