| 1 | <?php |
||
| 10 | class JSONDecoderTest extends \PHPUnit_Framework_TestCase |
||
| 11 | { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @test |
||
| 15 | */ |
||
| 16 | public function testGetData() |
||
| 39 | |||
| 40 | /** |
||
| 41 | * Test broken json |
||
| 42 | * |
||
| 43 | * @test |
||
| 44 | * @expectedException \Wambo\Core\Storage\Exception\RuntimeException |
||
| 45 | */ |
||
| 46 | public function testGetData_InvalidSyntax() |
||
| 60 | } |
||
| 61 |