public function testConfigTypes()
 {
     $repository = new Repository('phpunit', $this->connection);
     $configTypeNames = $repository->getConfigTypeNames();
     $this->assertCount(3, $configTypeNames);
     $this->assertTrue($repository->hasConfigType('config1'));
 }