-
Type:
Bug
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Installation & Update, Test framework
-
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