| 1 | <?php | ||
| 21 | class LocalFileTest extends TestCase | ||
| 22 | { | ||
| 23 | /** | ||
| 24 | * @covers ::getContents | ||
| 25 | */ | ||
| 26 | public function testGetContents() | ||
| 31 | |||
| 32 | /** | ||
| 33 | * @covers ::md5 | ||
| 34 | */ | ||
| 35 | public function testMd5() | ||
| 40 | |||
| 41 | /** | ||
| 42 | * @covers ::__construct | ||
| 43 | * @expectedException \InvalidArgumentException | ||
| 44 | */ | ||
| 45 | public function testNotExistingFileThrowsException() | ||
| 49 | |||
| 50 | /** | ||
| 51 | * @covers ::path | ||
| 52 | */ | ||
| 53 | public function testPath() | ||
| 58 | } | ||
| 59 |