Skip to content

Commit

Permalink
Add support for phpunit9
Browse files Browse the repository at this point in the history
  • Loading branch information
imbue committed Sep 28, 2021
1 parent 114eb2b commit a2e216e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ApiClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ApiClientTest extends TestCase
/** @var WeFact */
private $weFact;

protected function setUp()
protected function setUp(): void
{
parent::setUp();
$this->guzzleClient = $this->createMock(Client::class);
Expand Down

0 comments on commit a2e216e

Please sign in to comment.