Merge pull request #23283 from eileenmcnaughton/import_saved_map
[civicrm-core.git] / tests / phpunit / api / v4 / Action / EventTest.php
index e61c0b70b38397fee55553f19e23149f79cb41f4..ba0e0ee05dac3796e5636910eb2fa153cbe2e465 100644 (file)
  * @copyright CiviCRM LLC https://civicrm.org/licensing
  */
 
+use api\v4\Api4TestBase;
 use Civi\Api4\Event;
+use Civi\Test\TransactionalInterface;
 
 /**
  * @group headless
  */
-class EventTest extends \api\v4\UnitTestCase {
+class EventTest extends Api4TestBase implements TransactionalInterface {
 
   /**
    * Test that the event api filters out templates by default.