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