I would like to know how to make it so that temp databases are dropped after I run my Sapphire tests via YAML fixtures. Perhaps there is some code that can go in the teardown function that will drop the tmp DB?
FYI, even when all of my test pass, the tmp DB is still left behind. I know that in other phpunit frameworks, errors while running tests can cause the process to abort and thus leave behind tmp databases.