Skip to content

Commit

Permalink
fix the other tests in this file
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Apr 11, 2024
1 parent 45a08e2 commit 02de724
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Commands/ImportCollectionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ public function setUp(): void
app()->bind(CollectionTreeContract::class, \Statamic\Structures\CollectionTree::class);
app()->bind(CollectionRepositoryContract::class, \Statamic\Stache\Repositories\CollectionRepository::class);
app()->bind(CollectionTreeRepositoryContract::class, \Statamic\Stache\Repositories\CollectionTreeRepository::class);

app()->bind(EntryRepositoryContract::class, \Statamic\Stache\Repositories\EntryRepository::class);
app()->bind(EntryContract::class, \Statamic\Entries\Entry::class);
}

/**
Expand Down

0 comments on commit 02de724

Please sign in to comment.