We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cf303 commit 8679ec3Copy full SHA for 8679ec3
tests/BaseTestCase.php
@@ -9,7 +9,6 @@
9
10
abstract class BaseTestCase extends TestCase
11
{
12
-
13
protected Faker $faker;
14
protected $capsule;
15
tests/BlogTest.php
@@ -6,7 +6,6 @@
6
7
class BlogTest extends BaseTestCase
8
public function testCreatePost()
$user = new User();
0 commit comments