1 | <?php //[STAMP] d2a298893573661fdbd787dcfa27a7b0 |
||
10 | trait FunctionalTesterActions |
||
11 | { |
||
12 | /** |
||
13 | * @return \Codeception\Scenario |
||
14 | */ |
||
15 | abstract protected function getScenario(); |
||
16 | |||
17 | |||
18 | /** |
||
19 | * [!] Method is generated. Documentation taken from corresponding module. |
||
20 | * |
||
21 | * Checks that array contains subset. |
||
22 | * |
||
23 | * @param array $subset |
||
24 | * @param array $array |
||
25 | * @param bool $strict |
||
26 | * @param string $message |
||
27 | * @see \Codeception\Module::assertArraySubset() |
||
28 | */ |
||
29 | public function assertArraySubset($subset, $array, $strict = null, $message = null) { |
||
32 | } |
||
33 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.