| 1 | <?php |
||
| 12 | class TextFileTest extends TextFileTestCase |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @covers TextFile\TextFile::open |
||
| 16 | * @covers TextFile\TextFile::__construct |
||
| 17 | * @covers TextFile\TextFile::getSplFileObject |
||
| 18 | */ |
||
| 19 | public function testOpenNonExisting() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @covers TextFile\TextFile::open |
||
| 34 | * @covers TextFile\TextFile::__construct |
||
| 35 | * @covers TextFile\TextFile::getSplFileObject |
||
| 36 | */ |
||
| 37 | public function testOpenExisting() |
||
| 49 | } |
||
| 50 |