diff --git a/tests/Api/BioApiTest.php b/tests/Api/BioApiTest.php index c16c6020..a70f707a 100644 --- a/tests/Api/BioApiTest.php +++ b/tests/Api/BioApiTest.php @@ -2,8 +2,8 @@ namespace Tests\Api; -use PHPUnit\Framework\Attributes\Test; use App\Models\Bio; +use PHPUnit\Framework\Attributes\Test; class BioApiTest extends ApiTestCase { diff --git a/tests/Api/ConferenceApiTest.php b/tests/Api/ConferenceApiTest.php index 58710434..d14b3bd0 100644 --- a/tests/Api/ConferenceApiTest.php +++ b/tests/Api/ConferenceApiTest.php @@ -2,8 +2,8 @@ namespace Tests\Api; -use PHPUnit\Framework\Attributes\Test; use App\Models\Conference; +use PHPUnit\Framework\Attributes\Test; class ConferenceApiTest extends ApiTestCase { diff --git a/tests/Api/TalkApiTest.php b/tests/Api/TalkApiTest.php index 931ad0be..8b216246 100644 --- a/tests/Api/TalkApiTest.php +++ b/tests/Api/TalkApiTest.php @@ -2,9 +2,9 @@ namespace Tests\Api; -use PHPUnit\Framework\Attributes\Test; use App\Models\Talk; use App\Models\TalkRevision; +use PHPUnit\Framework\Attributes\Test; class TalkApiTest extends ApiTestCase { diff --git a/tests/Console/Commands/TweetImportantCFPDatesTest.php b/tests/Console/Commands/TweetImportantCFPDatesTest.php index ac1c1ea1..69ffafc8 100644 --- a/tests/Console/Commands/TweetImportantCFPDatesTest.php +++ b/tests/Console/Commands/TweetImportantCFPDatesTest.php @@ -2,11 +2,11 @@ namespace Tests\Console\Commands; -use PHPUnit\Framework\Attributes\Test; use App\Console\Commands\TweetImportantCFPDates; use App\Models\Conference; use Atymic\Twitter\ApiV1\Service\Twitter; use Carbon\Carbon; +use PHPUnit\Framework\Attributes\Test; use Tests\TestCase; class TweetImportantCFPDatesTest extends TestCase diff --git a/tests/Feature/AcceptanceTest.php b/tests/Feature/AcceptanceTest.php index 3a732ed3..d516bddf 100644 --- a/tests/Feature/AcceptanceTest.php +++ b/tests/Feature/AcceptanceTest.php @@ -2,13 +2,13 @@ namespace Tests; -use PHPUnit\Framework\Attributes\Test; use App\Models\Acceptance; use App\Models\Conference; use App\Models\Submission; use App\Models\Talk; use App\Models\TalkRevision; use App\Models\User; +use PHPUnit\Framework\Attributes\Test; class AcceptanceTest extends TestCase { diff --git a/tests/Feature/AccountTest.php b/tests/Feature/AccountTest.php index b5596358..29eef543 100644 --- a/tests/Feature/AccountTest.php +++ b/tests/Feature/AccountTest.php @@ -2,7 +2,6 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Test; use App\Http\Livewire\ConferenceList; use App\Models\Bio; use App\Models\Conference; @@ -15,6 +14,7 @@ use Illuminate\Support\Facades\Notification; use Illuminate\Support\Facades\Storage; use Livewire\Livewire; +use PHPUnit\Framework\Attributes\Test; use Tests\TestCase; class AccountTest extends TestCase diff --git a/tests/Feature/AdminTest.php b/tests/Feature/AdminTest.php index 2a49de47..85af7589 100644 --- a/tests/Feature/AdminTest.php +++ b/tests/Feature/AdminTest.php @@ -2,9 +2,9 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Test; use App\Models\Conference; use App\Models\User; +use PHPUnit\Framework\Attributes\Test; use Tests\TestCase; class AdminTest extends TestCase diff --git a/tests/Feature/BiosTest.php b/tests/Feature/BiosTest.php index 0057b999..0a2249e6 100644 --- a/tests/Feature/BiosTest.php +++ b/tests/Feature/BiosTest.php @@ -2,9 +2,9 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Test; use App\Models\Bio; use App\Models\User; +use PHPUnit\Framework\Attributes\Test; use Tests\TestCase; class BiosTest extends TestCase diff --git a/tests/Feature/CallingAllPapersConferenceImporterTest.php b/tests/Feature/CallingAllPapersConferenceImporterTest.php index 4a61adfb..af5284b9 100644 --- a/tests/Feature/CallingAllPapersConferenceImporterTest.php +++ b/tests/Feature/CallingAllPapersConferenceImporterTest.php @@ -2,13 +2,13 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Before; -use PHPUnit\Framework\Attributes\Test; use App\CallingAllPapers\ConferenceImporter; use App\Casts\Coordinates; use App\Exceptions\InvalidAddressGeocodingException; use App\Models\Conference; use App\Services\Geocoder; +use PHPUnit\Framework\Attributes\Before; +use PHPUnit\Framework\Attributes\Test; use Tests\MocksCallingAllPapers; use Tests\TestCase; diff --git a/tests/Feature/ConferenceIssuesTest.php b/tests/Feature/ConferenceIssuesTest.php index fb3f023f..94375975 100644 --- a/tests/Feature/ConferenceIssuesTest.php +++ b/tests/Feature/ConferenceIssuesTest.php @@ -2,13 +2,13 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Test; use App\Models\Conference; use App\Models\ConferenceIssue; use App\Models\User; use App\Notifications\ConferenceIssueReported; use Illuminate\Foundation\Testing\RefreshDatabase; use Illuminate\Support\Facades\Notification; +use PHPUnit\Framework\Attributes\Test; use Tests\TestCase; class ConferenceIssuesTest extends TestCase diff --git a/tests/Feature/ConferenceTest.php b/tests/Feature/ConferenceTest.php index 69a90a8a..b3e73ff9 100644 --- a/tests/Feature/ConferenceTest.php +++ b/tests/Feature/ConferenceTest.php @@ -2,13 +2,13 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Test; use App\Http\Livewire\ConferenceList; use App\Models\Conference; use App\Models\User; use Illuminate\Support\Carbon; use Illuminate\Support\Facades\Notification; use Livewire\Livewire; +use PHPUnit\Framework\Attributes\Test; use Tests\TestCase; class ConferenceTest extends TestCase diff --git a/tests/Feature/NotificationTest.php b/tests/Feature/NotificationTest.php index 1ebe7544..ba32d302 100644 --- a/tests/Feature/NotificationTest.php +++ b/tests/Feature/NotificationTest.php @@ -2,12 +2,12 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Test; use App\Models\Conference; use App\Models\User; use App\Notifications\CFPsAreOpen; use Illuminate\Support\Facades\Artisan; use Illuminate\Support\Facades\Notification; +use PHPUnit\Framework\Attributes\Test; use Tests\TestCase; class NotificationTest extends TestCase diff --git a/tests/Feature/PublicSpeakerProfileTest.php b/tests/Feature/PublicSpeakerProfileTest.php index 75977d7f..07955981 100644 --- a/tests/Feature/PublicSpeakerProfileTest.php +++ b/tests/Feature/PublicSpeakerProfileTest.php @@ -2,7 +2,6 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Test; use App\Mail\ContactRequest; use App\Models\Bio; use App\Models\Talk; @@ -11,6 +10,7 @@ use App\Services\FakeCaptcha; use Captcha\Captcha; use Illuminate\Support\Facades\Mail; +use PHPUnit\Framework\Attributes\Test; use Tests\TestCase; class PublicSpeakerProfileTest extends TestCase diff --git a/tests/Feature/RejectionTest.php b/tests/Feature/RejectionTest.php index 345bf6c3..f9f81c8f 100644 --- a/tests/Feature/RejectionTest.php +++ b/tests/Feature/RejectionTest.php @@ -2,13 +2,13 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Test; use App\Models\Conference; use App\Models\Rejection; use App\Models\Submission; use App\Models\Talk; use App\Models\TalkRevision; use App\Models\User; +use PHPUnit\Framework\Attributes\Test; use Tests\TestCase; class RejectionTest extends TestCase diff --git a/tests/Feature/SpeakerPackageTest.php b/tests/Feature/SpeakerPackageTest.php index 49140fe3..60be699a 100644 --- a/tests/Feature/SpeakerPackageTest.php +++ b/tests/Feature/SpeakerPackageTest.php @@ -2,11 +2,11 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Test; use App\Casts\SpeakerPackage; use App\Models\Conference; use App\Models\User; use Illuminate\Support\Facades\App; +use PHPUnit\Framework\Attributes\Test; use Tests\TestCase; class SpeakerPackageTest extends TestCase diff --git a/tests/Feature/SubmissionTest.php b/tests/Feature/SubmissionTest.php index 4c30227d..d98ff09e 100644 --- a/tests/Feature/SubmissionTest.php +++ b/tests/Feature/SubmissionTest.php @@ -2,13 +2,13 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Test; use App\Models\Conference; use App\Models\Rejection; use App\Models\Submission; use App\Models\Talk; use App\Models\TalkRevision; use App\Models\User; +use PHPUnit\Framework\Attributes\Test; use Tests\TestCase; class SubmissionTest extends TestCase diff --git a/tests/Feature/SyncCallingAllPapersEventsTest.php b/tests/Feature/SyncCallingAllPapersEventsTest.php index ad331984..191884d2 100644 --- a/tests/Feature/SyncCallingAllPapersEventsTest.php +++ b/tests/Feature/SyncCallingAllPapersEventsTest.php @@ -2,12 +2,12 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Test; use App\Notifications\ConferenceImporterError; use Illuminate\Foundation\Testing\RefreshDatabase; use Illuminate\Support\Carbon; use Illuminate\Support\Facades\Artisan; use Illuminate\Support\Facades\Notification; +use PHPUnit\Framework\Attributes\Test; use Tests\MocksCallingAllPapers; use Tests\TestCase; diff --git a/tests/Feature/TalkReactionsTest.php b/tests/Feature/TalkReactionsTest.php index 06b697a8..8307eb1d 100644 --- a/tests/Feature/TalkReactionsTest.php +++ b/tests/Feature/TalkReactionsTest.php @@ -2,9 +2,9 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Test; use App\Models\Talk; use Illuminate\Foundation\Testing\RefreshDatabase; +use PHPUnit\Framework\Attributes\Test; use Tests\TestCase; class TalkReactionsTest extends TestCase diff --git a/tests/Feature/TalkTest.php b/tests/Feature/TalkTest.php index ef3230b1..1927affe 100644 --- a/tests/Feature/TalkTest.php +++ b/tests/Feature/TalkTest.php @@ -2,7 +2,6 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Test; use App\Models\Acceptance; use App\Models\Conference; use App\Models\Submission; @@ -10,6 +9,7 @@ use App\Models\TalkRevision; use App\Models\User; use Carbon\Carbon; +use PHPUnit\Framework\Attributes\Test; use Tests\TestCase; class TalkTest extends TestCase diff --git a/tests/Feature/UserTest.php b/tests/Feature/UserTest.php index fee61019..e08485a3 100644 --- a/tests/Feature/UserTest.php +++ b/tests/Feature/UserTest.php @@ -2,10 +2,10 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Test; use App\Models\Conference; use App\Models\Talk; use App\Models\User; +use PHPUnit\Framework\Attributes\Test; use Tests\TestCase; class UserTest extends TestCase diff --git a/tests/Feature/VerifyConferenceImporterHeartbeatTest.php b/tests/Feature/VerifyConferenceImporterHeartbeatTest.php index 361d1b04..d520d44f 100644 --- a/tests/Feature/VerifyConferenceImporterHeartbeatTest.php +++ b/tests/Feature/VerifyConferenceImporterHeartbeatTest.php @@ -2,9 +2,9 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Test; use App\Notifications\ConferenceImporterInactive; use Illuminate\Support\Facades\Notification; +use PHPUnit\Framework\Attributes\Test; use Tests\TestCase; class VerifyConferenceImporterHeartbeatTest extends TestCase diff --git a/tests/Integration/GeocoderTest.php b/tests/Integration/GeocoderTest.php index 2a41e32f..ed7bc762 100644 --- a/tests/Integration/GeocoderTest.php +++ b/tests/Integration/GeocoderTest.php @@ -2,10 +2,10 @@ namespace Tests\Feature; -use PHPUnit\Framework\Attributes\Test; use App\Exceptions\InvalidAddressGeocodingException; use App\Services\Geocoder; use Illuminate\Support\Facades\Http; +use PHPUnit\Framework\Attributes\Test; use Tests\TestCase; class GeocoderTest extends TestCase