APIv4 - Reorganize test classes, don't use transactions for custom value tests
[civicrm-core.git] / tests / phpunit / api / v4 / Action / ContactChecksumTest.php
index 60d5b64c000a7e03563609785821f019311197e4..66954ca3226b53f6e04e714872fb501afe84ea89 100644 (file)
 
 namespace api\v4\Action;
 
+use api\v4\Api4TestBase;
 use Civi\Api4\Contact;
+use Civi\Test\TransactionalInterface;
 
 /**
  * @group headless
  */
-class ContactChecksumTest extends \api\v4\UnitTestCase {
+class ContactChecksumTest extends Api4TestBase implements TransactionalInterface {
 
   public function testGetChecksum() {
     $contact = Contact::create(FALSE)