public function FeatureContext::iAmOnTheType in Booking and Availability Management Tools for Drupal 7
Same name and namespace in other branches
- 8 test/behat/features/bootstrap/FeatureContext.php \FeatureContext::iAmOnTheType()
@When /^I am on the "([^"]*)" type$/
File
- test/
behat/ features/ bootstrap/ FeatureContext.php, line 148
Class
- FeatureContext
- Features context.
Code
public function iAmOnTheType($type_name) {
$this
->iAmDoingOnTheType('view', $type_name);
}