| 1 | <?php |
||
| 18 | class JsonApiControllerTest extends LaravelTestCase |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @var DummyJsonApiController |
||
| 22 | */ |
||
| 23 | protected $controller; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * |
||
| 27 | */ |
||
| 28 | public function setUp() |
||
| 31 | |||
| 32 | public function testListAction() |
||
| 35 | |||
| 36 | public function testGetDataModel() |
||
| 39 | |||
| 40 | public function testGetAction() |
||
| 43 | |||
| 44 | public function testPostAction() |
||
| 47 | |||
| 48 | public function testPatchAction() |
||
| 51 | |||
| 52 | public function testPutAction() |
||
| 55 | |||
| 56 | public function testDeleteAction() |
||
| 59 | } |
||
| 60 |