Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Apr 11, 2024
1 parent d234fd9 commit d6e0c8e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Commands/ImportCollectionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ 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);

// TODO: Can we try running these tests with both Stache & Eloquent entries?
// app()->bind(EntryRepositoryContract::class, \Statamic\Stache\Repositories\EntryRepository::class);
// app()->bind(EntryContract::class, \Statamic\Entries\Entry::class);
}

/**
Expand Down

0 comments on commit d6e0c8e

Please sign in to comment.