Skip to content

Commit

Permalink
add since meta to Api4 mock entities
Browse files Browse the repository at this point in the history
  • Loading branch information
ufundo committed Sep 30, 2024
1 parent 746e892 commit 28ca4d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/Civi/Api4/MockArrayEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @method static Action\MockArrayEntity\DoNothing doNothing()
*
* @package Civi\Api4
* @since 5.77
*/
class MockArrayEntity extends Generic\AbstractEntity {

Expand Down
1 change: 1 addition & 0 deletions tests/phpunit/Civi/Api4/MockBasicEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*
* @labelField foo
* @package Civi\Api4
* @since 5.77
*/
class MockBasicEntity extends Generic\BasicEntity {

Expand Down

0 comments on commit 28ca4d2

Please sign in to comment.