File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55use Illuminate \Support \Facades \File ;
66use Illuminate \Support \Facades \Storage ;
7+ use Inertia \Testing \AssertableInertia as Assert ;
78use PHPUnit \Framework \Attributes \Test ;
89use Statamic \Facades \Collection ;
910use Statamic \Facades \User ;
1011use Statamic \Importer \Facades \Import ;
1112use Statamic \Importer \Tests \TestCase ;
1213use Statamic \Testing \Concerns \PreventsSavingStacheItemsToDisk ;
13- use Inertia \Testing \AssertableInertia as Assert ;
1414
1515class EditImportTest extends TestCase
1616{
Original file line number Diff line number Diff line change 33namespace Statamic \Importer \Tests \Imports ;
44
55use Illuminate \Support \Facades \File ;
6+ use Inertia \Testing \AssertableInertia as Assert ;
67use PHPUnit \Framework \Attributes \Test ;
78use Statamic \Facades \Collection ;
89use Statamic \Facades \User ;
910use Statamic \Importer \Facades \Import ;
1011use Statamic \Importer \Tests \TestCase ;
1112use Statamic \Testing \Concerns \PreventsSavingStacheItemsToDisk ;
12- use Inertia \Testing \AssertableInertia as Assert ;
1313
1414class ViewImportListingTest extends TestCase
1515{
You can’t perform that action at this time.
0 commit comments