Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardjke committed Nov 19, 2021
1 parent f5e2a5e commit 674bde1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/GatewayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class GatewayTest extends GatewayTestCase
{

public function setUp()
public function setUp(): void
{
parent::setUp();
$this->gateway = new Gateway($this->getHttpClient(), $this->getHttpRequest());
Expand Down
2 changes: 1 addition & 1 deletion tests/Message/PurchaseRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PurchaseRequestTest extends TestCase
*/
private $request;

protected function setUp()
protected function setUp(): void
{
$this->request = new PurchaseRequest($this->getHttpClient(), $this->getHttpRequest());
$this->request->setSecret('secret-key');
Expand Down

0 comments on commit 674bde1

Please sign in to comment.