Skip to content

Commit

Permalink
FIX exclusion wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
enricodelazzari committed Dec 4, 2023
1 parent b4086ee commit 826cc8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ExclusionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ public function it_can_exclude_all_models()

Article::excludeAllModels();

$articles->first()->addToExclusion();

$this->assertCount(0, Article::all());
$this->assertDatabaseCount($this->exclusionsTable, 1);
$this->assertDatabaseHas($this->exclusionsTable, [
Expand Down

0 comments on commit 826cc8a

Please sign in to comment.