Skip to content

Commit 79ebc80

Browse files
bwaidelichmhsdesign
authored andcommitted
BUGFIX: Remove doctrine migrate and cr setup commands from behat scripts
See also #5005
1 parent 950f805 commit 79ebc80

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"@test:behat-cli -c Neos.ContentRepository.LegacyNodeMigration/Tests/Behavior/behat.yml.dist",
3838
"@test:behat-cli -c Neos.ContentRepository.Export/Tests/Behavior/behat.yml.dist",
3939
"@test:behat-cli -c Neos.TimeableNodeVisibility/Tests/Behavior/behat.yml.dist",
40-
"../../flow doctrine:migrate --quiet; ../../flow cr:setup",
4140
"@test:behat-cli -c Neos.Neos/Tests/Behavior/behat.yml.dist"
4241
],
4342
"test:behavioral:stop-on-failure": [
@@ -46,7 +45,6 @@
4645
"@test:behat-cli -vvv --stop-on-failure -c Neos.ContentRepository.LegacyNodeMigration/Tests/Behavior/behat.yml.dist",
4746
"@test:behat-cli -vvv --stop-on-failure -c Neos.ContentRepository.Export/Tests/Behavior/behat.yml.dist",
4847
"@test:behat-cli -vvv --stop-on-failure -c Neos.TimeableNodeVisibility/Tests/Behavior/behat.yml.dist",
49-
"../../flow doctrine:migrate --quiet; ../../flow cr:setup",
5048
"@test:behat-cli -vvv --stop-on-failure -c Neos.Neos/Tests/Behavior/behat.yml.dist"
5149
],
5250
"test": [

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
"@test:behat-cli -c Neos.ContentRepository.LegacyNodeMigration/Tests/Behavior/behat.yml.dist",
121121
"@test:behat-cli -c Neos.ContentRepository.Export/Tests/Behavior/behat.yml.dist",
122122
"@test:behat-cli -c Neos.TimeableNodeVisibility/Tests/Behavior/behat.yml.dist",
123-
"../../flow doctrine:migrate --quiet; ../../flow cr:setup",
124123
"@test:behat-cli -c Neos.Neos/Tests/Behavior/behat.yml.dist"
125124
],
126125
"test:behavioral:stop-on-failure": [
@@ -129,7 +128,6 @@
129128
"@test:behat-cli -vvv --stop-on-failure -c Neos.ContentRepository.LegacyNodeMigration/Tests/Behavior/behat.yml.dist",
130129
"@test:behat-cli -vvv --stop-on-failure -c Neos.ContentRepository.Export/Tests/Behavior/behat.yml.dist",
131130
"@test:behat-cli -vvv --stop-on-failure -c Neos.TimeableNodeVisibility/Tests/Behavior/behat.yml.dist",
132-
"../../flow doctrine:migrate --quiet; ../../flow cr:setup",
133131
"@test:behat-cli -vvv --stop-on-failure -c Neos.Neos/Tests/Behavior/behat.yml.dist"
134132
],
135133
"test": [

0 commit comments

Comments
 (0)