| 1 | <?php |
||
| 13 | class ConfigurationTest extends TestCase |
||
| 14 | { |
||
| 15 | use ConfigurationTestCaseTrait; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @return \Symfony\Component\Config\Definition\ConfigurationInterface |
||
| 19 | */ |
||
| 20 | protected function getConfiguration() |
||
| 24 | |||
| 25 | public function testConfigGeneratesAsExpected() |
||
| 48 | |||
| 49 | /** |
||
| 50 | * @group legacy |
||
| 51 | * @expectedDeprecation The child node "aviary_api_key" at path "kunstmaan_media" is deprecated. Because the aviary service is discontinued. |
||
| 52 | */ |
||
| 53 | public function testDeprecatedAviaryConfig() |
||
| 57 | } |
||
| 58 |