mirror of
https://github.com/flarum/framework.git
synced 2025-04-01 13:25:13 +08:00

This ensures a clean state for the extension currently being tested. The alternative requires the user to create and keep track of multiple test databases, or manually delete/re-recreate the database every time they switch between extensions being tested. Now, a simple `composer test:setup` will always reset the test environment to the original state.