Make sure search_kit is installed first
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 30 Mar 2023 02:54:44 +0000 (15:54 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 30 Mar 2023 02:54:44 +0000 (15:54 +1300)
ext/civiimport/tests/phpunit/CiviApiImportTest.php

index 6ea0655167137c89f9f5d5b2086fae47b47c8100..47e35784e510e7f90fd2286a07ea9b736cf15efd 100644 (file)
@@ -36,6 +36,7 @@ class CiviApiImportTest extends TestCase implements HeadlessInterface, HookInter
    */
   public function setUpHeadless(): CiviEnvBuilder {
     return \Civi\Test::headless()
+      ->install('org.civicrm.search_kit')
       ->installMe(__DIR__)
       ->apply();
   }