You are here

public function FeatureContext::iAmOnTheUnit in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

@When /^I am on the "([^"]*)" unit$/

File

test/features/bootstrap/FeatureContext.php, line 184

Class

FeatureContext
Features context.

Code

public function iAmOnTheUnit($unit_name) {
  $this
    ->iAmDoingOnTheUnit('view', $unit_name);
}