APIv4 - Reorganize test classes, don't use transactions for custom value tests
[civicrm-core.git] / tests / phpunit / api / v4 / Custom / UpdateCustomValueTest.php
similarity index 95%
rename from tests/phpunit/api/v4/Action/UpdateCustomValueTest.php
rename to tests/phpunit/api/v4/Custom/UpdateCustomValueTest.php
index 81fd5a7a7c24ccf8f005c940502905d8ff3fbccf..34c5b3dcdc7ec922aaac7be0973b9a98a7c5cd0c 100644 (file)
@@ -17,7 +17,7 @@
  */
 
 
-namespace api\v4\Action;
+namespace api\v4\Custom;
 
 use Civi\Api4\Contact;
 use Civi\Api4\CustomField;
@@ -27,7 +27,7 @@ use CRM_Core_BAO_CustomValueTable as CustomValueTable;
 /**
  * @group headless
  */
-class UpdateCustomValueTest extends BaseCustomValueTest {
+class UpdateCustomValueTest extends CustomTestBase {
 
   public function testGetWithCustomData() {