hasCustomer() public method

public hasCustomer ( string $customerName )
$customerName string
示例#1
0
 /**
  * @Then it should have been placed by the customer :customerEmail
  */
 public function itShouldBePlacedByCustomer($customerEmail)
 {
     Assert::true($this->showPage->hasCustomer($customerEmail), sprintf('Cannot find customer "%s".', $customerEmail));
 }