Skip to content

Commit

Permalink
Laravel Pint (#386)
Browse files Browse the repository at this point in the history
* Empty commit

* wip

* Fix styling

* Revert "wip"

This reverts commit 4563c74.

---------

Co-authored-by: duncanmcclean <[email protected]>
  • Loading branch information
duncanmcclean and duncanmcclean authored Nov 20, 2024
1 parent b5ed5ba commit 3503966
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions tests/Assets/AssetContainerContentsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class AssetContainerContentsTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand All @@ -22,7 +22,7 @@ public function setUp(): void
]]);
}

public function tearDown(): void
protected function tearDown(): void
{
app('files')->deleteDirectory(__DIR__.'/tmp');

Expand Down
2 changes: 1 addition & 1 deletion tests/Assets/AssetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AssetTest extends TestCase

private $container;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
4 changes: 2 additions & 2 deletions tests/Commands/ImportAssetsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ImportAssetsTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand All @@ -40,7 +40,7 @@ public function setUp(): void
app()->bind(\Statamic\Assets\AssetContainerContents::class, \Statamic\Assets\AssetContainerContents::class);
}

public function tearDown(): void
protected function tearDown(): void
{
app('files')->deleteDirectory(__DIR__.'/tmp');

Expand Down
2 changes: 1 addition & 1 deletion tests/Commands/ImportBlueprintsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ImportBlueprintsTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Commands/ImportCollectionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ImportCollectionsTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Commands/ImportEntriesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ImportEntriesTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
$this->shouldUseStringEntryIds = true;

Expand Down
2 changes: 1 addition & 1 deletion tests/Commands/ImportFormsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ImportFormsTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Commands/ImportGlobalsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ImportGlobalsTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Commands/ImportNavsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ImportNavsTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
4 changes: 2 additions & 2 deletions tests/Commands/ImportRevisionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ImportRevisionsTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand All @@ -33,7 +33,7 @@ public function setUp(): void
app()->bind(RevisionContract::class, \Statamic\Revisions\Revision::class);
}

public function tearDown(): void
protected function tearDown(): void
{
app('files')->deleteDirectory(__DIR__.'/tmp');

Expand Down
2 changes: 1 addition & 1 deletion tests/Commands/ImportSitesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ImportSitesTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Commands/ImportTaxonomiesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ImportTaxonomiesTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Data/Assets/AssetQueryBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AssetQueryBuilderTest extends TestCase
{
use RefreshDatabase;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Data/Fields/BlueprintTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class BlueprintTest extends TestCase
{
use RefreshDatabase;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Repositories/AssetContainerRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AssetContainerRepositoryTest extends TestCase
{
use RefreshDatabase;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Repositories/CollectionRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CollectionRepositoryTest extends TestCase
{
use RefreshDatabase;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Repositories/GlobalRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class GlobalRepositoryTest extends TestCase
{
use RefreshDatabase;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Repositories/NavigationRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class NavigationRepositoryTest extends TestCase
{
use RefreshDatabase;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Repositories/TaxonomyRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TaxonomyRepositoryTest extends TestCase
{
use RefreshDatabase;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Repositories/TokenRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TokenRepositoryTest extends TestCase
{
use RefreshDatabase;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Sites/SitesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class SitesTest extends TestCase
{
use RefreshDatabase;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit 3503966

Please sign in to comment.