Skip to content

Commit 3cf8433

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent ed5accf commit 3cf8433

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/Integration/MatchesSnapshotTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
use PHPUnit\Framework\ExpectationFailedException;
88
use PHPUnit\Framework\MockObject\MockObject;
99
use PHPUnit\Framework\TestCase;
10-
use ReflectionClass;
11-
use Spatie\Snapshots\MatchesSnapshots;
1210

1311
class MatchesSnapshotTest extends TestCase
1412
{
@@ -466,10 +464,10 @@ private function expectFailedMatchesSnapshotTest()
466464
private function getMatchesSnapshotMock(bool $mockGetSnapshotId = true): MockObject
467465
{
468466
// Define a class name for our temporary trait user
469-
$className = 'TemporaryTraitClass' . md5(microtime());
467+
$className = 'TemporaryTraitClass'.md5(microtime());
470468

471469
// Create the class definition with the methods we need to mock
472-
$classDefinition = 'class ' . $className . ' {
470+
$classDefinition = 'class '.$className.' {
473471
use \\Spatie\\Snapshots\\MatchesSnapshots;
474472
475473
public function markTestIncomplete($message = "") {}

0 commit comments

Comments
 (0)