GherkinSnippets
Table of Contents
Properties
-
$features
: mixed
-
$processed
: mixed
-
$snippets
: mixed
-
$template
: mixed
Methods
-
__construct()
: mixed
-
addSnippet()
: mixed
-
getFeatures()
: mixed
-
getSnippets()
: mixed
-
stepHasPyStringArgument()
: mixed
$features
protected
mixed
$features
= []
$processed
protected
mixed
$processed
= []
$snippets
protected
mixed
$snippets
= []
$template
protected
mixed
$template
= <<<EOF
/**
* @{{type}} {{text}}
*/
public function {{methodName}}({{params}})
{
throw new \\PHPUnit\\Framework\\IncompleteTestError("Step `{{text}}` is not defined");
}
EOF
__construct()
public
__construct(mixed $settings[, mixed $test = null ]) : mixed
Parameters
-
$settings
: mixed
-
-
$test
: mixed
= null
-
addSnippet()
public
addSnippet(StepNode $step) : mixed
Parameters
-
$step
: StepNode
-
getFeatures()
public
getFeatures() : mixed
getSnippets()
public
getSnippets() : mixed
stepHasPyStringArgument()
public
static stepHasPyStringArgument(StepNode $step) : mixed
Parameters
-
$step
: StepNode
-