| 1 | <?php |
||
| 11 | class JsonFileTest extends \PHPUnit_Framework_TestCase |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @expectedException RuntimeException |
||
| 15 | */ |
||
| 16 | public function testFailureRead() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @expectedException RuntimeException |
||
| 24 | */ |
||
| 25 | public function testJsonError() |
||
| 30 | |||
| 31 | public function testSuccessfulRead() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @expectedException RuntimeException |
||
| 40 | */ |
||
| 41 | public function testFailureWrite() |
||
| 46 | |||
| 47 | public function testSuccessfulWrite() |
||
| 55 | } |
||
| 56 |