Author: Mikko Hirvonen (mikko.petteri.hirvonen@gmail.com)
Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
 public function setUp()
 {
     parent::setUp();
     $this->repository = new Repository($this->em, $this->em->getClassMetadata('FactoryGirl\\Tests\\Provider\\Doctrine\\ORM\\TestEntity\\User'));
 }