Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlHandy committed Jul 20, 2024
1 parent 8fd9f0e commit 967a48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-mmg-checkout-payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Test_MMG_Checkout_Payment extends WP_UnitTestCase {
private $mmg_checkout;

public function setUp() {
public function setUp(): void {
parent::setUp();
$this->mmg_checkout = new MMG_Checkout_Payment();
}
Expand Down

0 comments on commit 967a48f

Please sign in to comment.