Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BDD] faq partially #47

Merged
merged 3 commits into from
Oct 27, 2017
Merged

[BDD] faq partially #47

merged 3 commits into from
Oct 27, 2017

Conversation

damonsson
Copy link
Member

No description provided.

{

$this->createPage->setPosition($position);
}

/**
* @When I fill the question with :question
*/
public function iFillTheQuestionWith($question)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

string $question* 🙂

}

/**
* @When I fill the question with :question
*/
public function iFillTheQuestionWith($question)
{
$this->createPage->fillQuestion($question);
}

/**
* @When I set the answer to :answer
*/
public function iSetTheAnswerTo($answer)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

string $answer* 🙁

@bitbager bitbager merged commit 0646e94 into BitBagCommerce:dev Oct 27, 2017
bitbager pushed a commit to bitbager/SyliusCmsPlugin that referenced this pull request Nov 5, 2017
README fixes + move Composer binaries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants