Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga authored and github-actions[bot] committed May 2, 2024
1 parent 1944d7e commit c341573
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/Data/Entries/EntryQueryBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Statamic\Facades\Blueprint;
use Statamic\Facades\Collection;
use Statamic\Facades\Entry;
use Statamic\Facades\Site;
use Tests\TestCase;

class EntryQueryBuilderTest extends TestCase
Expand Down
1 change: 0 additions & 1 deletion tests/Data/Globals/GlobalSetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Tests\Data\Globals;

use Statamic\Eloquent\Globals\GlobalSet;
use Statamic\Facades\Site;
use Tests\TestCase;

class GlobalSetTest extends TestCase
Expand Down
1 change: 0 additions & 1 deletion tests/Data/Taxonomies/TermQueryBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Facades\Tests\Factories\EntryFactory;
use Statamic\Facades\Blueprint;
use Statamic\Facades\Collection;
use Statamic\Facades\Site;
use Statamic\Facades\Taxonomy;
use Statamic\Facades\Term;
use Statamic\Taxonomies\LocalizedTerm;
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Illuminate\Foundation\Testing\RefreshDatabase;
use Statamic\Eloquent\ServiceProvider;
use Statamic\Facades\Config;
use Statamic\Facades\Site;
use Statamic\Testing\AddonTestCase;

Expand Down

0 comments on commit c341573

Please sign in to comment.