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 de9b33c commit 082a359Copy full SHA for 082a359
1 file changed
tests/Feature/Entries/StoreEntryTest.php
@@ -3,6 +3,7 @@
3
namespace Tests\Feature\Entries;
4
5
use Facades\Statamic\Fields\BlueprintRepository;
6
+use Facades\Tests\Factories\EntryFactory;
7
use Illuminate\Support\Facades\Event;
8
use PHPUnit\Framework\Attributes\DataProvider;
9
use PHPUnit\Framework\Attributes\Test;
@@ -11,7 +12,6 @@
11
12
use Statamic\Facades\Collection;
13
use Statamic\Facades\Entry;
14
use Statamic\Facades\User;
-use Facades\Tests\Factories\EntryFactory;
15
use Tests\FakesRoles;
16
use Tests\PreventSavingStacheItemsToDisk;
17
use Tests\TestCase;
0 commit comments