Ejemplo n.º 1
0
 protected function getCommand($name, $params)
 {
     return $this->client->getCommand($name, $params);
 }
 public function testValidClientInstanceWhenRequiredParametersPresent()
 {
     $client = OoyalaClient::factory(array('api_key' => '123', 'api_secret' => '456'));
     $this->assertInstanceOf('SheKnows\\OoyalaApi\\OoyalaClient', $client);
 }