Browse Source

ZF-7069: Add missing (null) parameter so that the YouTube API developer key is
set when running
Zend_Gdata_YouTubeOnlineTests::testAddAndDeleteSubscriptionToQueryV2.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16226 44c647ce-9c0f-0410-b52a-842ac1e357ba

tjohns 16 years ago
parent
commit
0bb4827a8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Zend/Gdata/YouTubeOnlineTest.php

+ 1 - 1
tests/Zend/Gdata/YouTubeOnlineTest.php

@@ -698,7 +698,7 @@ class Zend_Gdata_YouTubeOnlineTest extends PHPUnit_Framework_TestCase
                                           $loginCaptcha = null,
                                           $loginCaptcha = null,
                                           $authenticationURL);
                                           $authenticationURL);
 
 
-        $yt = new Zend_Gdata_YouTube($httpClient, $clientId, $developerKey);
+        $yt = new Zend_Gdata_YouTube($httpClient, null, $clientId, $developerKey);
 
 
         $yt->setMajorProtocolVersion(2);
         $yt->setMajorProtocolVersion(2);
         $queryStringToSubscribeTo = 'zend';
         $queryStringToSubscribeTo = 'zend';