Esempio n. 1
0
 /**
  * @test
  */
 public function logoutFrontEndUserCanBeCalledTwoTimes()
 {
     $this->subject->createFrontEndPage();
     $this->subject->createFakeFrontEnd();
     $this->subject->logoutFrontEndUser();
     $this->subject->logoutFrontEndUser();
 }
 /**
  * @test
  */
 public function logoutFrontEndUserCanBeCalledTwoTimes()
 {
     $this->fixture->createFakeFrontEnd();
     $this->fixture->logoutFrontEndUser();
     $this->fixture->logoutFrontEndUser();
 }