Skip to content

Commit

Permalink
make sure test data isn’t persisted, and stored in fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Apr 29, 2022
1 parent 161d43b commit 15cac1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class TestCase extends OrchestraTestCase
protected function setUp(): void
{
parent::setUp();

$this->preventSavingStacheItemsToDisk();
}

public function tearDown(): void
Expand Down

0 comments on commit 15cac1b

Please sign in to comment.