Merge pull request #15824 from mfb/email-search-speed-boost
[civicrm-core.git] / tests / phpunit / api / v4 / Mock / MockV4ReflectionGrandchild.php
1 <?php
2
3 /*
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC. All rights reserved. |
6 | |
7 | This work is published under the GNU AGPLv3 license with some |
8 | permitted exceptions and without any warranty. For full license |
9 | and copyright information, see https://civicrm.org/licensing |
10 +--------------------------------------------------------------------+
11 */
12
13 /**
14 *
15 * @package CRM
16 * @copyright CiviCRM LLC https://civicrm.org/licensing
17 * $Id$
18 *
19 */
20
21
22 namespace api\v4\Mock;
23
24 /**
25 * Grandchild class for $ENTITY,
26 * with a 2-line description!
27 *
28 * This is an extended comment.
29 *
30 * There is a line break in this comment.
31 *
32 * @inheritdoc
33 */
34 class MockV4ReflectionGrandchild extends MockV4ReflectionChild {
35
36 }