| 1 | <?php |
||
| 17 | class DisplayMapTest extends ParserHookTest { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @see ParserHookTest::getInstance |
||
| 21 | * @since 2.0 |
||
| 22 | * @return \ParserHook |
||
| 23 | */ |
||
| 24 | protected function getInstance() { |
||
| 25 | return new \MapsDisplayMap(); |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @see ParserHookTest::parametersProvider |
||
| 30 | * @since 2.0 |
||
| 31 | * @return array |
||
| 32 | */ |
||
| 33 | public function parametersProvider() { |
||
| 54 | |||
| 55 | public function testForSomeReasonPhpSegfaultsIfThereIsOneMethodLess() { |
||
| 58 | |||
| 59 | /** |
||
| 60 | * @see ParserHookTest::processingProvider |
||
| 61 | * @since 3.0 |
||
| 62 | * @return array |
||
| 63 | */ |
||
| 64 | public function processingProvider() { |
||
| 85 | |||
| 86 | } |