From d6e0c8ed6221b796b2c1568e32c6ea6f46df95f2 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 11 Apr 2024 14:54:55 +0100 Subject: [PATCH] wip --- tests/Commands/ImportCollectionsTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/Commands/ImportCollectionsTest.php b/tests/Commands/ImportCollectionsTest.php index a8947231..14bb9927 100644 --- a/tests/Commands/ImportCollectionsTest.php +++ b/tests/Commands/ImportCollectionsTest.php @@ -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); } /**