File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -740,7 +740,7 @@ function (string $output, string $directory) {
740
740
// test run, the UniqueEntity would not be seen, because
741
741
// the the validation cache was out of date. The cause
742
742
// is currently unknown, so this workaround was added
743
- ->addPostMakeCommand ('APP_ENV=test php bin/console cache:clear ' )
743
+ ->addPostMakeCommand ('php bin/console cache:clear --env=test ' )
744
744
];
745
745
746
746
// sanity check on all the interactive questions
@@ -771,7 +771,7 @@ function (string $output, string $directory) {
771
771
->updateSchemaAfterCommand ()
772
772
// workaround for strange failure - see test case
773
773
// registration_form_entity_guard_authenticate for details
774
- ->addPostMakeCommand ('APP_ENV=test php bin/console cache:clear ' )
774
+ ->addPostMakeCommand ('php bin/console cache:clear --env=test ' )
775
775
];
776
776
777
777
yield 'auth_login_form_user_entity_with_encoder_logout ' => [
You can’t perform that action at this time.
0 commit comments