Exemplo n.º 1
0
 /**
  * @test
  */
 public function getFrontEndUserWithExistingFrontEndUserReturnsFrontEndUser()
 {
     self::assertTrue($this->fixture->getFrontEndUser() instanceof tx_oelib_Model_FrontEndUser);
 }