Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class FeatureContext extends MinkContext implements Context, SnippetAcceptingContext |
||
|
|||
14 | { |
||
15 | use KernelDictionary; |
||
16 | |||
17 | /** |
||
18 | * @Given /^the cookie "([^"]*)" has the value "([^"]*)"$/ |
||
19 | * |
||
20 | * @param string $name |
||
21 | * @param string $value |
||
22 | */ |
||
23 | public function theCookieHasTheValue($name, $value): void |
||
28 |
This interface has been deprecated. The supplier of the interface has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the interface will be removed and what other interface to use instead.