projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf3846f
)
(NFC) Test class - Fix inconsistent namespace
author
Tim Otten
<totten@civicrm.org>
Fri, 11 Aug 2023 23:04:59 +0000
(16:04 -0700)
committer
Tim 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
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/api/v4/Action/EventTest.php
b/tests/phpunit/api/v4/Action/EventTest.php
index ba0e0ee05dac3796e5636910eb2fa153cbe2e465..09d14e8a27a84b25f9ed87570ced54ec06fde3d2 100644
(file)
--- a/
tests/phpunit/api/v4/Action/EventTest.php
+++ b/
tests/phpunit/api/v4/Action/EventTest.php
@@
-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;