Browse Source
In case of failure, PHPUnit seems to skip `tearDown`, so any useful assertion messages cannot be shown because `tearDownAfterClass` is throwing an error because of database usage. This commit makes sure we also restore the database in `tearDownAfterClass` to prevent the data root restoration to failremotes/origin/appinfo-object
1 changed files with 12 additions and 2 deletions
Loading…
Reference in new issue