ZF-7073: Refactor Zend_Gdata_YouTubeOnlineTest so that $user and $pass are set during setUp()
Description
Zend_Gdata_YouTubeOnlineTest has various methods obtain constant('TESTS_ZEND_GDATA_CLIENTLOGIN_EMAIL') and constant('TESTS_ZEND_GDATA_CLIENTLOGIN_PASSWORD').
For consistency, this should be done during the test suite setUp() method.
Comments
Posted by Trevor Johns (tjohns) on 2009-06-21T15:44:16.000+0000
Fixed for trunk with r16228.
commit 13b9f40c19750c87758522fd60b20eb40c46c9e4 Author: tjohns Date: Sun Jun 21 22:42:05 2009 +0000 ZF-7073: Refactor Zend_Gdata_YouTubeOnlineTest so that $user and $pass are set during setUp(). git-svn-id: http://framework.zend.com/svn/framework/… 44c647ce-9c0f-0410-b52a-842ac1e357ba tests/Zend/Gdata/YouTubeOnlineTest.php | 70 ++++++++++---------------------- 1 files changed, 22 insertions(+), 48 deletions(-)Posted by Trevor Johns (tjohns) on 2009-06-21T21:01:09.000+0000
Merged 16228 from trunk to release-1.8.
Marking as fixed for next mini release.
commit 2d2d0097fa5679982fb00dcb93ec30886ee096a1 Author: tjohns Date: Mon Jun 22 03:57:10 2009 +0000 Merge r16228 from trunk to release-1.8. ZF-7073: Refactor Zend_Gdata_YouTubeOnlineTest so that $user and $pass are set during setUp(). git-svn-id: http://framework.zend.com/svn/framework/… 44c647ce-9c0f-0410-b52a-842ac1e357ba tests/Zend/Gdata/YouTubeOnlineTest.php | 70 ++++++++++---------------------- 1 files changed, 22 insertions(+), 48 deletions(-)