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