1 | <?php |
||
16 | class GeocodeTest extends ParserHookTest { |
||
17 | |||
18 | /** |
||
19 | * @see ParserHookTest::getInstance |
||
20 | * @since 2.0 |
||
21 | * @return \ParserHook |
||
22 | */ |
||
23 | protected function getInstance() { |
||
26 | |||
27 | /** |
||
28 | * @see ParserHookTest::parametersProvider |
||
29 | * @since 2.0 |
||
30 | * @return array |
||
31 | */ |
||
32 | public function parametersProvider() { |
||
39 | |||
40 | /** |
||
41 | * @see ParserHookTest::processingProvider |
||
42 | * @since 3.0 |
||
43 | * @return array |
||
44 | */ |
||
45 | public function processingProvider() { |
||
62 | |||
63 | } |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.