/**
  * @covers ::getActiveStorage
  */
 public function testGetActiveStorage()
 {
     $this->assertInstanceOf('\\Drupal\\Core\\Config\\StorageInterface', $this->featuresManager->getActiveStorage());
 }