Skip to content

Commit 5c7ae9d

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 0e578bd commit 5c7ae9d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/Integration/AssertionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class AssertionTest extends TestCase
1111
use ComparesSnapshotFiles;
1212
use MatchesSnapshots;
1313

14-
public function setUp(): void
14+
protected function setUp(): void
1515
{
1616
parent::setUp();
1717

tests/Integration/MatchesSnapshotTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class MatchesSnapshotTest extends TestCase
1313
{
1414
use ComparesSnapshotFiles;
1515

16-
public function setUp(): void
16+
protected function setUp(): void
1717
{
1818
parent::setUp();
1919

tests/Unit/Drivers/ImageDriverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class ImageDriverTest extends TestCase
1111
{
12-
public function setUp(): void
12+
protected function setUp(): void
1313
{
1414
parent::setUp();
1515

tests/Unit/SnapshotTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class SnapshotTest extends TestCase
1616
/** @var \PHPUnit_Framework_MockObject_MockObject */
1717
private $driver;
1818

19-
public function setUp(): void
19+
protected function setUp(): void
2020
{
2121
parent::setUp();
2222

0 commit comments

Comments
 (0)