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