예제 #1
0
 /**
  * @return int
  */
 public function loadUser()
 {
     $objects = $this->aliceManager->loadFiles([$this->fixturesRoot . 'user.yml']);
     $this->aliceManager->persist($objects, false);
     return $objects['user']->getId();
 }