hasAccount() public method

public hasAccount ( ) : boolean
return boolean
Exemplo n.º 1
0
 /**
  * @Then I should see information about no existing account for this customer
  */
 public function iShouldSeeInformationAboutNoExistingAccountForThisCustomer()
 {
     Assert::true($this->showPage->hasAccount(), 'There should be information about no account, but there is none.');
 }