| 1 | <?php |
||
| 16 | class DocumentRepositoryTest extends \PHPUnit_Framework_TestCase |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @test |
||
| 20 | * @expectedException \InvalidArgumentException |
||
| 21 | */ |
||
| 22 | public function willFailWhenKeyIsEmpty() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @test |
||
| 30 | */ |
||
| 31 | public function gettingDocumentThatDoestExistWillConstructIt() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @test |
||
| 40 | */ |
||
| 41 | public function canUsePathPrefix() |
||
| 47 | } |
||
| 48 |