| 1 | <?php |
||
| 16 | class JsonApiControllerTest extends LaravelTestCase |
||
| 17 | { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Setup DB before each test. |
||
| 21 | */ |
||
| 22 | public function setUp() |
||
| 26 | |||
| 27 | public function testListAction() |
||
| 33 | |||
| 34 | public function testGetDataModel() |
||
| 37 | |||
| 38 | public function testGetAction() |
||
| 41 | |||
| 42 | public function testPostAction() |
||
| 45 | |||
| 46 | public function testPatchAction() |
||
| 49 | |||
| 50 | public function testPutAction() |
||
| 53 | |||
| 54 | public function testDeleteAction() |
||
| 57 | } |
||
| 58 |