Inheritance: implements Opensoft\Rollout\Storage\StorageInterface
 public function testGetCollectionName()
 {
     $adapter = new MongoDBStorageAdapter($this->mongo, 'feature_test');
     $result = $adapter->getCollectionName();
     $this->assertSame('feature_test', $result);
 }