Skip to content
Snippets Groups Projects
Commit 75e3768a authored by mattwire's avatar mattwire
Browse files

Add missing parent::setUp() to tests

parent 0753e864
No related branches found
No related tags found
No related merge requests found
...@@ -101,6 +101,7 @@ abstract class CRM_Stripe_BaseTest extends CiviUnitTestCase implements HeadlessI ...@@ -101,6 +101,7 @@ abstract class CRM_Stripe_BaseTest extends CiviUnitTestCase implements HeadlessI
} }
public function setUp(): void { public function setUp(): void {
parent::setUp();
// Create Stripe Checkout processor // Create Stripe Checkout processor
$this->setOrCreateStripeCheckoutPaymentProcessor(); $this->setOrCreateStripeCheckoutPaymentProcessor();
// Create Stripe processor // Create Stripe processor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment