| 1 | <?php |
||
| 21 | class MapFunctionalTest extends BaseMapFunctionalTest |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | protected function createApiHelper() |
||
| 27 | { |
||
| 28 | return HelperFactory::createApiHelper(); |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * {@inheritdoc} |
||
| 33 | */ |
||
| 34 | protected function createMapHelper() |
||
| 35 | { |
||
| 36 | return HelperFactory::createMapHelper(); |
||
| 37 | } |
||
| 38 | } |
||
| 39 |