forked from loafle/openapi-generator-original
[PHP] Add test case testing ArrayAccess interface
Test if we implement the ArrayAccess interface correct on out model objects.
This commit is contained in:
@@ -842,6 +842,10 @@ definitions:
|
||||
properties:
|
||||
className:
|
||||
type: string
|
||||
AnimalFarm:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/definitions/Animal'
|
||||
format_test:
|
||||
type: object
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user