Skip to content

Commit 4d37e7b

Browse files
sebastiandedeyneStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 2ae68a0 commit 4d37e7b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

tests/Unit/Drivers/JsonDriverTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
use PHPUnit\Framework\TestCase;
66
use Spatie\Snapshots\Drivers\JsonDriver;
7-
use Spatie\Snapshots\Exceptions\CantBeSerialized;
8-
use stdClass;
97

108
class JsonDriverTest extends TestCase
119
{

tests/Unit/Drivers/YamlDriverTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
use PHPUnit\Framework\TestCase;
66
use Spatie\Snapshots\Drivers\YamlDriver;
7-
use Spatie\Snapshots\Exceptions\CantBeSerialized;
8-
use stdClass;
97

108
class YamlDriverTest extends TestCase
119
{
@@ -34,7 +32,7 @@ public function it_can_serialize_a_yaml_array()
3432
'',
3533
]);
3634

37-
$this->assertEquals($expected, $driver->serialize([
35+
$this->assertEquals($expected, $driver->serialize([
3836
'foo' => 'bar',
3937
'baz' => 'qux',
4038
]));

0 commit comments

Comments
 (0)