1 | <?php |
||
15 | class LineParserTest extends \ValueParsers\Test\StringValueParserTest { |
||
16 | |||
17 | public function setUp() { |
||
22 | |||
23 | /** |
||
24 | * @return string |
||
25 | */ |
||
26 | protected function getParserClass() { |
||
29 | |||
30 | /** |
||
31 | * @see ValueParserTestBase::validInputProvider |
||
32 | * |
||
33 | * @since 3.0 |
||
34 | * |
||
35 | * @return array |
||
36 | */ |
||
37 | public function validInputProvider() { |
||
84 | |||
85 | /** |
||
86 | * @see ValueParserTestBase::requireDataValue |
||
87 | * |
||
88 | * @since 3.0 |
||
89 | * |
||
90 | * @return boolean |
||
91 | */ |
||
92 | protected function requireDataValue() { |
||
95 | |||
96 | /** |
||
97 | * @since 0.1 |
||
98 | * |
||
99 | * @return ValueParser |
||
100 | */ |
||
101 | protected function getInstance() { |
||
104 | |||
105 | } |
||
106 |