Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jantinnerezo committed Mar 19, 2024
1 parent fd3945f commit 972384c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ public function mock(string $class, array $expects = []): MockClient
]);
}

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

$this->core = new CoreAPI('api-key');
}
}

0 comments on commit 972384c

Please sign in to comment.