1 | <?php |
||
8 | class ArrayObjectLineTest extends TestCase |
||
9 | { |
||
10 | protected $textToTest = 'the possibility that there are detectable and measurable patterns that indicate the'; |
||
11 | |||
12 | /** |
||
13 | * @covers \LazyEight\DiTesto\ArrayObjectLine::__construct |
||
14 | * @uses \LazyEight\DiTesto\ArrayObjectLine |
||
15 | * @return \LazyEight\DiTesto\ArrayObjectLine |
||
16 | */ |
||
17 | public function testCanBeCreated() |
||
24 | |||
25 | /** |
||
26 | * @covers \LazyEight\DiTesto\ArrayObjectLine::getRawContent |
||
27 | * @depends testCanBeCreated |
||
28 | */ |
||
29 | public function testCanReturnTheContent(ArrayObjectLine $arrayObjectLine) |
||
33 | } |
||
34 |