1 | <?php |
||
8 | class KleijnWebSwaggerExtensionTest extends AbstractExtensionTestCase |
||
9 | { |
||
10 | /** |
||
11 | * {@inheritdoc} |
||
12 | */ |
||
13 | protected function getContainerExtensions() |
||
19 | |||
20 | public function testExceptionListenerRegisteredByDefault() |
||
25 | |||
26 | public function testExceptionListenerNotRegisteredWhenDisabled() |
||
33 | } |
||
34 |