<?php use BehatBehatTesterExceptionPendingException; use BehatBehatContextSnippetAcceptingContext; use BehatGherkinNodePyStringNode; use BehatGherkinNodeTableNode;

require_once(‘Actionwords.php’);

class {{camelize rendered_children.name}}FeatureContext implements SnippetAcceptingContext {{#curly}}{{#indent}} public function __construct() {{#curly}}{{#indent}} $this->actionwords = new Actionwords();{{/indent}} {{/curly}} {{#each rendered_children.library_actionwords as |actionword|}} {{{actionword}}}{{/each}}{{/indent}} {{/curly}} ?>