Need to setup test environment for Functional tests as well:
Drop database before tests
Create DB
schema:update --force
Run tests...
But at the moment I have problem with dropping DB because Postgres do not allow to drop used database.. I currently looking for solutions (or mb some workarounds) to fix that.
Need to setup test environment for Functional tests as well:
But at the moment I have problem with dropping DB because Postgres do not allow to drop used database.. I currently looking for solutions (or mb some workarounds) to fix that.