Skip to content
Snippets Groups Projects
Commit 2c3a4a5b authored by mattwire's avatar mattwire
Browse files

Add mjwpaymentapi to basetest

parent 6645b09d
Branches
Tags
No related merge requests found
......@@ -68,6 +68,9 @@ abstract class CRM_Stripe_BaseTest extends \PHPUnit\Framework\TestCase implement
if (!is_dir(__DIR__ . '/../../../../../mjwshared')) {
civicrm_api3('Extension', 'download', ['key' => 'mjwshared']);
}
if (!is_dir(__DIR__ . '/../../../../../mjwshared')) {
civicrm_api3('Extension', 'download', ['key' => 'mjwpaymentapi']);
}
if (!is_dir(__DIR__ . '/../../../../../firewall')) {
civicrm_api3('Extension', 'download', ['key' => 'firewall']);
}
......@@ -75,6 +78,7 @@ abstract class CRM_Stripe_BaseTest extends \PHPUnit\Framework\TestCase implement
return \Civi\Test::headless()
->installMe(__DIR__)
->install('mjwshared')
->install('mjwpaymentapi')
->install('firewall')
->apply($reInstall);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment