1 | <?php |
||
13 | class WmsOverlayParserTest extends \ValueParsers\Test\StringValueParserTest { |
||
14 | |||
15 | /** |
||
16 | * @return string |
||
17 | */ |
||
18 | protected function getParserClass() { |
||
21 | |||
22 | /** |
||
23 | * @see ValueParserTestBase::validInputProvider |
||
24 | * |
||
25 | * @return array |
||
26 | */ |
||
27 | public function validInputProvider() { |
||
49 | |||
50 | /** |
||
51 | * @see ValueParserTestBase::requireDataValue |
||
52 | * |
||
53 | * @return boolean |
||
54 | */ |
||
55 | protected function requireDataValue() { |
||
58 | |||
59 | protected function getInstance() { |
||
62 | |||
63 | } |
||
64 |