Exemplo n.º 1
0
 /**
  * @test
  */
 public function createAndLoginFrontEndUserWithFrontEndUserGroupLogsInFrontEndUser()
 {
     $this->subject->createFrontEndPage();
     $this->subject->createFakeFrontEnd();
     $frontEndUserGroupUid = $this->subject->createFrontEndUserGroup();
     $this->subject->createAndLoginFrontEndUser($frontEndUserGroupUid);
     self::assertTrue($this->subject->isLoggedIn());
 }
Exemplo n.º 2
0
 /**
  * @test
  */
 public function createLogInAndAddFrontEndUserToEventEditorFrontEndGroupLogsInFrontEndUser()
 {
     $this->createLoginAndAddFrontEndUserToEventEditorFrontEndGroup();
     self::assertTrue($this->testingFramework->isLoggedIn());
 }