Ejemplo n.º 1
0
 /**
  * @When /^I delete the "([^"]*)" province of (this country)$/
  */
 public function iDeleteTheProvinceOfCountry($provinceName, CountryInterface $country)
 {
     $this->updatePage->removeProvince($provinceName);
 }