hasAccount() 공개 메소드

public hasAccount ( ) : boolean
리턴 boolean
예제 #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.');
 }