X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fapi%2Fv4%2FEntity%2FEntityTest.php;h=fa93ddbeba16b8ab3f0d29b0f97e8d8c538c59ba;hb=46f571dd014906bdc43b4311e2ad74de2d899ea0;hp=06139637f2e60a48bf9903d196870f1ad8d226d9;hpb=cb21080b397be5f8b84bca2c6d3483ad64d7071f;p=civicrm-core.git diff --git a/tests/phpunit/api/v4/Entity/EntityTest.php b/tests/phpunit/api/v4/Entity/EntityTest.php index 06139637f2..fa93ddbeba 100644 --- a/tests/phpunit/api/v4/Entity/EntityTest.php +++ b/tests/phpunit/api/v4/Entity/EntityTest.php @@ -21,12 +21,13 @@ namespace api\v4\Entity; use Civi\API\Exception\NotImplementedException; use Civi\Api4\Entity; -use api\v4\UnitTestCase; +use api\v4\Api4TestBase; +use Civi\Test\TransactionalInterface; /** * @group headless */ -class EntityTest extends UnitTestCase { +class EntityTest extends Api4TestBase implements TransactionalInterface { public function testEntityGet() { \CRM_Core_BAO_ConfigSetting::enableComponent('CiviEvent');