1 | <?php |
||
18 | * @author Jeroen De Dauw < [email protected] > |
||
19 | */ |
||
20 | class IntParserTest extends StringValueParserTest { |
||
21 | |||
22 | /** |
||
23 | * @see ValueParserTestBase::getInstance |
||
24 | * |
||
25 | * @return IntParser |
||
26 | */ |
||
27 | protected function getInstance() { |
||
30 | |||
31 | /** |
||
32 | * @see ValueParserTestBase::validInputProvider |
||
33 | */ |
||
34 | public function validInputProvider() { |
||
45 | |||
46 | /** |
||
47 | * @see StringValueParserTest::invalidInputProvider |
||
48 | */ |
||
49 | public function invalidInputProvider() { |
||
78 |