| 1 | <?php |
||
| 17 | class ChooseTestsExtension implements Extension |
||
| 18 | { |
||
| 19 | const CONFIG_KEY = 'choosetests'; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | public function getConfigKey() |
||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | public function process(ContainerBuilder $container) |
||
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritdoc} |
||
| 38 | */ |
||
| 39 | public function initialize(ExtensionManager $extensionManager) |
||
| 43 | |||
| 44 | /** |
||
| 45 | * {@inheritdoc} |
||
| 46 | */ |
||
| 47 | public function configure(ArrayNodeDefinition $builder) |
||
| 51 | |||
| 52 | /** |
||
| 53 | * {@inheritdoc} |
||
| 54 | */ |
||
| 55 | public function load(ContainerBuilder $container, array $config) |
||
| 62 | } |
||
| 63 |