From 586c033322c62f73919aea37b5f46339d01e5113 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 12 Jan 2022 17:33:08 -0500 Subject: [PATCH] CiviGrant - Ensure dependencies are installed before running tests --- ext/civigrant/tests/phpunit/api/v3/GrantTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/civigrant/tests/phpunit/api/v3/GrantTest.php b/ext/civigrant/tests/phpunit/api/v3/GrantTest.php index 644b4c603a..bf4dfd34d0 100644 --- a/ext/civigrant/tests/phpunit/api/v3/GrantTest.php +++ b/ext/civigrant/tests/phpunit/api/v3/GrantTest.php @@ -30,6 +30,7 @@ class api_v3_GrantTest extends \PHPUnit\Framework\TestCase implements \Civi\Test public function setUpHeadless() { return \Civi\Test::headless() + ->install(['org.civicrm.afform', 'org.civicrm.search_kit']) ->installMe(__DIR__) ->apply(); } -- 2.25.1