public function SocialMinkContext::iMakeAScreenshot in Open Social 8.2
Same name and namespace in other branches
- 8 tests/behat/features/bootstrap/SocialMinkContext.php \SocialMinkContext::iMakeAScreenshot()
@Given /^I make a screenshot$/
File
- tests/
behat/ features/ bootstrap/ SocialMinkContext.php, line 63
Class
- SocialMinkContext
- Defines application features from the specific context.
Code
public function iMakeAScreenshot() {
$this
->iMakeAScreenshotWithFileName('screenshot');
}