1 | <?php |
||
10 | class Behat3SymfonyDriverFactory implements DriverFactory |
||
11 | { |
||
12 | /** |
||
13 | * {@inheritdoc} |
||
14 | */ |
||
15 | 1 | public function getDriverName() |
|
19 | |||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | 1 | public function supportsJavascript() |
|
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | public function configure(ArrayNodeDefinition $builder) |
||
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | */ |
||
38 | 1 | public function buildDriver(array $config) |
|
55 | } |
||
56 |