Sylius\Behat\Page\Admin\Customer\ShowPageInterface::hasVerifiedEmail PHP Method

hasVerifiedEmail() public method

public hasVerifiedEmail ( ) : boolean
return boolean
    public function hasVerifiedEmail();

Usage Example

 /**
  * @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.');
 }