From 4c68ca7d418b52eb82d416ae00c56954b5549dab 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 #5005 --- .composer.json | 2 -- composer.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/.composer.json b/.composer.json index 6f7f5947917..0cd8cff5364 100644 --- a/.composer.json +++ b/.composer.json @@ -42,7 +42,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" ], "test:behavioral:stop-on-failure": [ @@ -51,7 +50,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" ], "test": [ diff --git a/composer.json b/composer.json index a753930c36a..b32542b05e0 100644 --- a/composer.json +++ b/composer.json @@ -128,7 +128,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" ], "test:behavioral:stop-on-failure": [ @@ -137,7 +136,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" ], "test": [