public function FeatureContext::thePriceForBetweenAndShouldBe in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7
@Then /^the price for "([^"]*)" between "([^"]*)" and "([^"]*)" should be "([^"]*)"$/
File
- test/
features/ bootstrap/ FeatureContext.php, line 354
Class
- FeatureContext
- Features context.
Code
public function thePriceForBetweenAndShouldBe($unit_name, $start_date, $end_date, $state) {
$this
->checkUnitPropertyRange($unit_name, $start_date, $end_date, $state, 'pricing');
}