1 | <?php |
||
10 | class MultispacedParserTest extends TestCase |
||
11 | { |
||
12 | private $parser; |
||
13 | |||
14 | public function setUp() |
||
18 | |||
19 | /** |
||
20 | * This tests the basic getMap behavior. |
||
21 | * |
||
22 | * @test |
||
23 | * @covers ::getMap |
||
24 | */ |
||
25 | public function getMapFromSampleLine() |
||
32 | |||
33 | /** |
||
34 | * This tests the getMap behavior for an empty row. |
||
35 | * |
||
36 | * @test |
||
37 | * @covers ::getMap |
||
38 | */ |
||
39 | public function getMapFromEmptyLine() |
||
43 | } |
||
44 |