Skip to content

Commit

Permalink
Fix incorrect namespaces in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Oct 29, 2024
1 parent ce79c68 commit 9525db8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/Imports/DeleteImportTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Imports;
namespace Statamic\Importer\Tests\Imports;

use Illuminate\Support\Facades\File;
use PHPUnit\Framework\Attributes\Test;
Expand Down
2 changes: 1 addition & 1 deletion tests/Imports/EditImportTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Imports;
namespace Statamic\Importer\Tests\Imports;

use Illuminate\Support\Facades\File;
use PHPUnit\Framework\Attributes\Test;
Expand Down
2 changes: 1 addition & 1 deletion tests/Imports/ImportTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Imports;
namespace Statamic\Importer\Tests\Imports;

use Illuminate\Support\Facades\File;
use PHPUnit\Framework\Attributes\Test;
Expand Down
2 changes: 1 addition & 1 deletion tests/Imports/StoreImportTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Imports;
namespace Statamic\Importer\Tests\Imports;

use Illuminate\Support\Facades\File;
use Illuminate\Support\Facades\Storage;
Expand Down
2 changes: 1 addition & 1 deletion tests/Imports/UpdateImportTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Imports;
namespace Statamic\Importer\Tests\Imports;

use Illuminate\Support\Facades\File;
use PHPUnit\Framework\Attributes\Test;
Expand Down
2 changes: 1 addition & 1 deletion tests/Imports/ViewImportListingTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Imports;
namespace Statamic\Importer\Tests\Imports;

use Illuminate\Support\Facades\File;
use PHPUnit\Framework\Attributes\Test;
Expand Down

0 comments on commit 9525db8

Please sign in to comment.