We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752f687 commit c77546aCopy full SHA for c77546a
tests/Data/Entries/CollectionTest.php
@@ -501,6 +501,7 @@ public function it_saves_the_collection_through_the_api()
501
502
Facades\Collection::shouldReceive('save')->with($collection)->once();
503
Facades\Collection::shouldReceive('handleExists')->with('test')->once();
504
+ Facades\Blink::shouldReceive('forget')->with('collection-test-structure')->once();
505
Facades\Blink::shouldReceive('forget')->with('collection-handles')->once();
506
Facades\Blink::shouldReceive('forget')->with('mounted-collections')->once();
507
Facades\Blink::shouldReceive('flushStartingWith')->with('collection-test')->once();
0 commit comments