(NFC) Test class - Fix inconsistent namespace
authorTim Otten <totten@civicrm.org>
Fri, 11 Aug 2023 23:04:59 +0000 (16:04 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 11 Aug 2023 23:04:59 +0000 (16:04 -0700)
Most tests in this folder have a namespace...

tests/phpunit/api/v4/Action/EventTest.php

index ba0e0ee05dac3796e5636910eb2fa153cbe2e465..09d14e8a27a84b25f9ed87570ced54ec06fde3d2 100644 (file)
@@ -16,6 +16,8 @@
  * @copyright CiviCRM LLC https://civicrm.org/licensing
  */
 
+namespace api\v4\Action;
+
 use api\v4\Api4TestBase;
 use Civi\Api4\Event;
 use Civi\Test\TransactionalInterface;