Closed
Description
Before submitting your issue, please make sure that you've checked the checkboxes below.
- I am running the latest release version of Cachet.
- I am running at least PHP 5.5.9. You can check this by running
php -v
. - I have ran
rm -rf bootstrap/cache/*
.
Expected behaviour
After running phpunit
, I expect my environment to not be mutated.
Actual behaviour
PHPUnit bootstraps it's environment and never clears it's cache once completed (application stays in testing).
Steps to reproduce
- Have a default installation (pre-setup and seeded)
- Run
vendor/bin/phpunit
- Go to your site, notice you're now on
/setup
- Run
artisan env
and notice you're now intesting
Metadata
Metadata
Assignees
Labels
No labels