options
This commit is contained in:
@@ -63,7 +63,9 @@ class MultiDownloaderClientTest extends TestCase
|
||||
|
||||
public function testApiKeyParam()
|
||||
{
|
||||
$client = new MultiDownloaderClient('test_key');
|
||||
$client = new MultiDownloaderClient([
|
||||
'apiKey' => 'test_key'
|
||||
]);
|
||||
|
||||
$apiKey = self::getProperty($client, 'apiKey');
|
||||
$this->assertEquals('test_key', $apiKey);
|
||||
|
||||
Reference in New Issue
Block a user