hasVerifiedEmail() 공개 메소드

public hasVerifiedEmail ( ) : boolean
리턴 boolean
예제 #1
0
 /**
  * @Then I should see that this customer has verified the email
  */
 public function iShouldSeeThatThisCustomerHasVerifiedTheEmail()
 {
     Assert::true($this->showPage->hasVerifiedEmail(), 'There should be information that this customer has verified the email.');
 }