| 1 | <?php |
||
| 11 | class JsonTest extends TestCase |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @covers OpCacheGUI\Presentation\Json::__construct |
||
| 15 | */ |
||
| 16 | public function testConstructCorrectInterface() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @covers OpCacheGUI\Presentation\Json::__construct |
||
| 25 | */ |
||
| 26 | public function testConstructCorrectInstance() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @covers OpCacheGUI\Presentation\Json::__construct |
||
| 35 | * @covers OpCacheGUI\Presentation\Json::render |
||
| 36 | */ |
||
| 37 | public function testRender() |
||
| 43 | } |
||
| 44 |