Exemplo n.º 1
0
 /**
  * @test
  */
 public function setFrontEndUserSetsFrontEndUser()
 {
     $frontEndUser = tx_oelib_MapperRegistry::get('tx_oelib_Mapper_FrontEndUser')->getNewGhost();
     $this->fixture->setFrontEndUser($frontEndUser);
     self::assertSame($frontEndUser, $this->fixture->getFrontEndUser());
 }