/**
  * Prepares the environment before running a test.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->DailymotionDistributionProvider = DailymotionDistributionProvider::get();
 }
 /**
  * Prepares the environment before running a test.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->GenericDistributionEngine = new GenericDistributionEngine();
 }
 /**
  * Prepares the environment before running a test.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->YoutubeApiDistributionProvider = YoutubeApiDistributionProvider::get();
 }