コード例 #1
0
ファイル: AthleticEvent.php プロジェクト: mongator/mongator
 protected function setUp()
 {
     parent::setUp();
     foreach ($this->mongator->getAllRepositories() as $repository) {
         $repository->getIdentityMap()->clear();
     }
 }
コード例 #2
0
 /**
  * Prepares the environment before each iteration.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->infrastructure = ORMInfrastructure::createOnlyFor('\\Webfactory\\Doctrine\\ORMTestInfrastructure\\ORMInfrastructureTest\\TestEntity');
 }