logOut() 공개 메소드

public logOut ( )
예제 #1
0
 /**
  * @When I log out
  */
 public function iLogOut()
 {
     $this->homePage->logOut();
 }