summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ext/api4/tests/phpunit/Mock/MockV4ReflectionBase.php
blob: e46272d2a197e5b1171636fffad742f7db10069c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php

namespace Civi\Test\Api4\Mock;

/**
 * Class TestV4ReflectionBase
 *
 * This is the base class.
 *
 * @internal
 */
class MockV4ReflectionBase {
  /**
   * This is the foo property.
   *
   * In general, you can do nothing with it.
   *
   * @var array
   */
  public $foo = [];

}