Total Complexity | 2 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | class ServiceContext implements Context |
||
21 | { |
||
22 | /** |
||
23 | * @var Application |
||
24 | */ |
||
25 | private $app; |
||
26 | |||
27 | /** |
||
28 | * @Then service :name should exist |
||
29 | * |
||
30 | * @param string $name |
||
31 | */ |
||
32 | public function serviceShouldExist($name) |
||
37 | } |
||
38 | |||
39 | /** |
||
40 | * @Given I configure phpspec with: |
||
41 | * |
||
42 | * @param PyStringNode $node |
||
43 | */ |
||
44 | public function iConfigurePhpSpecWith(PyStringNode $node) |
||
49 | } |
||
50 | } |