c014f35adfbf5378c535c23ed7493d779a0d15ef
[civicrm-core.git] / tests / phpunit / api / v4 / Mock / MockV4ReflectionBase.php
1 <?php
2
3 namespace api\v4\Mock;
4
5 /**
6 * Class TestV4ReflectionBase
7 *
8 * This is the base class.
9 *
10 * @internal
11 */
12 class MockV4ReflectionBase {
13 /**
14 * This is the foo property.
15 *
16 * In general, you can do nothing with it.
17 *
18 * @var array
19 */
20 public $foo = [];
21
22 }