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

require_once(‘Actionwords.php’);

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