NelmioApiDocBundle/Tests/Functional
Christian Schiffler 8da1ac0296 Pass real property to swagger annotation reader
The type invariation (changing from the real property to the sub items
definition) causes the swagger annotations to end up on the created
`Items` entry.
This changes the behaviour to update the real property entry with the
swagger annotation.

Additionally this ensures that "description", "title" and "example" are
only updated on `Schema` instances.
2017-12-15 17:39:18 +01:00
..
Controller Fix exception when attempting to read swagger annotation for virtual property (#1136) 2017-12-09 14:31:56 +01:00
Entity Pass real property to swagger annotation reader 2017-12-15 17:39:18 +01:00
Form added support of collection type + example in forms 2017-11-11 13:33:41 +02:00
FunctionalTest.php Pass real property to swagger annotation reader 2017-12-15 17:39:18 +01:00
JMSFunctionalTest.php Pass real property to swagger annotation reader 2017-12-15 17:39:18 +01:00
SwaggerUiTest.php Use request base url 2017-07-05 15:43:15 +02:00
TestBundle.php Change the vendor to "Nelmio" 2016-12-29 12:09:26 +01:00
TestKernel.php Add JMS serializer support 2017-07-25 10:09:41 +02:00
WebTestCase.php Add JMS serializer support 2017-07-25 10:09:41 +02:00