summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ext/api4/tests/phpunit/Mock/MockV4ReflectionChild.php
blob: 83966b5c903cc91d9027ac52a061ed2d00ebcb69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

namespace Civi\Test\Api4\Mock;

/**
 * @inheritDoc
 */
class MockV4ReflectionChild extends MockV4ReflectionBase {
  /**
   * @inheritDoc
   *
   * In the child class, foo has been barred.
   */
  public $foo = ['bar' => 1];

}