| 1 | <?php declare(strict_types = 1); |
||
| 17 | class JmsSerializationPetStoreApiTest extends WebTestCase |
||
| 18 | { |
||
| 19 | use ApiTestCase; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Use config_jms.yml |
||
| 23 | * |
||
| 24 | * @var bool |
||
| 25 | */ |
||
| 26 | protected $env = 'jms'; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Initialize SwaggerAssertions Schema Manager |
||
| 30 | */ |
||
| 31 | public static function setUpBeforeClass() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @test |
||
| 38 | */ |
||
| 39 | public function canPlaceOrder() |
||
| 54 | } |
||
| 55 |