Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TASK: Introduce test that we cannot roll-back setup
Similarly to that doctrine migrations (`flow doctrine:migrate`) are also cannot be rollback in case of an error So we cannot wrap projection->setUp in transaction and errors (like in a migration) will be directly commited. Thus, it must be acted with care.
- Loading branch information