Zend Framework

Cannot run Zend_Gdata_AppTest independently

Details

  • Type: Unit Tests: Problem Unit Tests: Problem
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.9.6
  • Fix Version/s: 1.9.7
  • Component/s: Zend_Gdata
  • Labels:
    None

Description

When attempting to run Zend_Gdata_AppTest independently, the following error occurs:

$ phpunit Zend_Gdata_AppTest
[... snip: unrelated errors ...]
PHPUnit 3.3.17 by Sebastian Bergmann.

PHP Fatal error:  Class 'Zend_Gdata' not found in /Users/trevorjohns/Projects/zf/library/Zend/Gdata/App.php on line 259

Fatal error: Class 'Zend_Gdata' not found in /Users/trevorjohns/Projects/zf/library/Zend/Gdata/App.php on line 259

Activity

Hide
Trevor Johns added a comment -

Fixed as of next mini release.

commit 5116845ffa194e83135893618213a4829519672d
Author: tjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Date: Mon Dec 7 23:57:32 2009 +0000

ZF-8460: Replace call to Zend_Gdata::setStaticHttpClient() with self::setStaticHttpClient() in Zend_Gdata_App.

Zend_Gdata inherits from Zend_Gdata_App, so this call shouldn't be allowed.

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

commit 256689ec67652e617875c76252d9db17543d7add
Author: tjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Date: Tue Dec 8 00:00:47 2009 +0000

Merge r19508 from master to release-1.9.

ZF-8460: Replace call to Zend_Gdata::setStaticHttpClient() with self::setStaticHttpClient() in Zend_Gdata_App.

Zend_Gdata inherits from Zend_Gdata_App, so this call shouldn't be allowed.

git-svn-id: http://framework.zend.com/svn/framework/standard/branches/release-1.9@19511 44c647ce-9c0f-0410-b52a-842ac1e357ba

Show
Trevor Johns added a comment - Fixed as of next mini release.
commit 5116845ffa194e83135893618213a4829519672d Author: tjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba> Date: Mon Dec 7 23:57:32 2009 +0000 ZF-8460: Replace call to Zend_Gdata::setStaticHttpClient() with self::setStaticHttpClient() in Zend_Gdata_App. Zend_Gdata inherits from Zend_Gdata_App, so this call shouldn't be allowed. git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19508 44c647ce-9c0f-0410-b52a-842ac1e357ba
commit 256689ec67652e617875c76252d9db17543d7add Author: tjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba> Date: Tue Dec 8 00:00:47 2009 +0000 Merge r19508 from master to release-1.9. ZF-8460: Replace call to Zend_Gdata::setStaticHttpClient() with self::setStaticHttpClient() in Zend_Gdata_App. Zend_Gdata inherits from Zend_Gdata_App, so this call shouldn't be allowed. git-svn-id: http://framework.zend.com/svn/framework/standard/branches/release-1.9@19511 44c647ce-9c0f-0410-b52a-842ac1e357ba

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: