Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tests/Feature/Entries/MountingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ class MountingTest extends TestCase
{
use PreventSavingStacheItemsToDisk;

public function tearDown(): void
{
Cache::store('file')->flush();

parent::tearDown();
}

#[Test]
public function updating_a_mounted_page_will_update_the_uris_for_each_entry_in_that_collection()
{
Expand Down
Loading