| 1 | <?php |
||
| 16 | class JsonApiControllerTest extends LaravelTestCase |
||
| 17 | { |
||
| 18 | public function testListAction() |
||
| 24 | |||
| 25 | public function testGetDataModel() |
||
| 28 | |||
| 29 | public function testGetAction() |
||
| 32 | |||
| 33 | public function testPostAction() |
||
| 36 | |||
| 37 | public function testPatchAction() |
||
| 40 | |||
| 41 | public function testPutAction() |
||
| 44 | |||
| 45 | public function testDeleteAction() |
||
| 48 | } |
||
| 49 |