|
| execute (parsedfeature $parsedfeature) |
| Execute a parsed feature.
|
|
| include_behat_libraries () |
| Include all necessary behat libraries.
|
|
| include_composer_libraries () |
| Include composer autload.
|
|
| init () |
| Initi all composer, behat libraries and load the valid steps.
|
|
| parse_feature (string $content) |
| Parse a feature file.
|
|
◆ execute()
tool_generator\local\testscenario\runner::execute |
( |
parsedfeature | $parsedfeature | ) |
|
Execute a parsed feature.
- Parameters
-
parsedfeature | $parsedfeature | the parsed feature to execute. |
- Return values
-
bool | true if all steps were executed successfully. |
◆ parse_feature()
tool_generator\local\testscenario\runner::parse_feature |
( |
string | $content | ) |
|
Parse a feature file.
- Parameters
-
string | $content | the feature file content. |
- Return values
-
The documentation for this class was generated from the following file:
- admin/tool/generator/classes/local/testscenario/runner.php