hasCustomer() 공개 메소드

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));
 }