| 1 | <?php |
||
| 15 | class LineParserTest extends \ValueParsers\Test\StringValueParserTest { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @return string |
||
| 19 | */ |
||
| 20 | protected function getParserClass() { |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @see ValueParserTestBase::validInputProvider |
||
| 26 | * |
||
| 27 | * @since 3.0 |
||
| 28 | * |
||
| 29 | * @return array |
||
| 30 | */ |
||
| 31 | public function validInputProvider() { |
||
| 78 | |||
| 79 | /** |
||
| 80 | * @see ValueParserTestBase::requireDataValue |
||
| 81 | * |
||
| 82 | * @since 3.0 |
||
| 83 | * |
||
| 84 | * @return boolean |
||
| 85 | */ |
||
| 86 | protected function requireDataValue() { |
||
| 89 | |||
| 90 | /** |
||
| 91 | * @since 0.1 |
||
| 92 | * |
||
| 93 | * @return ValueParser |
||
| 94 | */ |
||
| 95 | protected function getInstance() { |
||
| 98 | |||
| 99 | } |
||
| 100 |