-
Bug
-
Resolution: Fixed
-
None
-
High
-
-
Emptyshow more show less
- remove mysql CLI dependency from DbUpdater โ DONE
test suite will fail if DB could not be re-createdThe drop of the DB must be done manually by the developer to prevent mistakes hereIf the configured DB does not exist, it is recreated and test will start on a fresh DBSingle tests can be started on the current DB to create and run tests while development
โ completly re-implemented by new test commands
- create CLI command dev:dumpdbinit โ OPEN