public function testValidClientInstanceWhenRequiredParametersPresent()
 {
     $client = OoyalaClient::factory(array('api_key' => '123', 'api_secret' => '456'));
     $this->assertInstanceOf('SheKnows\\OoyalaApi\\OoyalaClient', $client);
 }