Skip to content

Commit 8679ec3

Browse files
committed
fix lint
1 parent 07cf303 commit 8679ec3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/BaseTestCase.php

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

1010
abstract class BaseTestCase extends TestCase
1111
{
12-
1312
protected Faker $faker;
1413
protected $capsule;
1514

tests/BlogTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
class BlogTest extends BaseTestCase
88
{
9-
109
public function testCreatePost()
1110
{
1211
$user = new User();

0 commit comments

Comments
 (0)