dev/core#2039 Remove extraneous location queries from contact.create->Location::block...
[civicrm-core.git] / tests / phpunit / api / v3 / JobTest.php
index 5bc0ccb8fddb19c9184ffb6469378eb0eed36df4..492b324c49337c5f2c623925bb4c338cf457774f 100644 (file)
@@ -44,6 +44,15 @@ class api_v3_JobTest extends CiviUnitTestCase {
    */
   private $report_instance;
 
+  /**
+   * Should location types be checked to ensure primary addresses are correctly assigned after each test.
+   *
+   * We cannot enable this until https://github.com/civicrm/civicrm-core/pull/18555 is merged
+   *
+   * @var bool
+   */
+  protected $isLocationTypesOnPostAssert = FALSE;
+
   /**
    * Set up for tests.
    */