Skip to content

Commit c24713c

Browse files
committed
Increase code coverage.
1 parent b090550 commit c24713c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec/drupol/phptree/Importer/TextSpec.php

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ public function it_can_import()
4242
->import($string)
4343
->isRoot()
4444
->shouldReturn(TRUE);
45+
46+
$this
47+
->import($string)
48+
->getValue()
49+
->shouldReturn('root ');
4550
}
4651

4752
public function it_can_throw_an_error_when_cannot_import()

0 commit comments

Comments
 (0)