ExampleDataInterface - Switch to ClassScanner (part 1, rename *.ex.php => *.php)
[civicrm-core.git] / Civi / Test / Data.php
index 9360484f29b427f2373170cbe067dd079f52a975..d2007f9e82a4065a597961de4e16dea3facd7037 100644 (file)
@@ -44,6 +44,8 @@ class Data {
       \Civi\Test::schema()->setStrict(TRUE);
     });
 
+    civicrm_api('setting', 'create', ['installed' => 1, 'domain_id' => 'all', 'version' => 3]);
+
     // Rebuild triggers
     civicrm_api('system', 'flush', ['version' => 3, 'triggers' => 1]);