Свойство | Тип | Описание | |
---|---|---|---|
$test | Codeception\TestInterface |
Метод | Описание | |
---|---|---|
_before ( Codeception\TestInterface $test ) | Executed before each test. | |
cleanFile ( string $path, string $fileName ) | Removes a file from the system | |
getNewFileName ( string $prefix = '', string $suffix = 'log' ) : string | Returns a unique file name | |
getProtectedProperty ( $obj, $prop ) | ||
setProtectedProperty ( $obj, $prop, $value ) | ||
testFieldParameter ( string $function, mixed $options, string $expected, boolean $xhtml, string $set = '' ) | Runs the test for a Tag::$function with $options |
public _before ( Codeception\TestInterface $test ) | ||
$test | Codeception\TestInterface |