logOut() public method

public logOut ( )
コード例 #1
0
ファイル: UserContext.php プロジェクト: sylius/sylius
 /**
  * @When I log out
  */
 public function iLogOut()
 {
     $this->homePage->logOut();
 }