protected function setUp()
 {
     parent::setUp();
     if (strpos($this->getName(false), 'testProcess') === 0) {
         $this->database->setProfiler($this->createStatementProfiler());
     }
     $database_cache = new DatabaseCache($this->database);
     $this->filler = new RepositoryFiller($this->database, $database_cache);
     $this->commitBuilder = new CommitBuilder($this->filler, $database_cache);
     $this->plugin = $this->createPlugin();
 }
 protected function setUp()
 {
     parent::setUp();
     $this->repositoryFiller = new RepositoryFiller($this->database, new DatabaseCache($this->database));
 }