Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6.0
-
Component/s: Zend_Soap_Client
-
Labels:None
Description
This is with SVN rev 11074.
$ phpunit Zend_Soap_ClientTest tests/Zend/Soap/ClientTest.php
PHPUnit 3.2.21 by Sebastian Bergmann.
EE.I...
Time: 0 seconds
There were 2 errors:
1) testSetOptions(Zend_Soap_ClientTest)
Zend_Soap_Client_Exception: Invalid class in class map
/home/matt/Documents/Projects/ZendFramework/library/Zend/Soap/Client.php:165
/home/matt/Documents/Projects/ZendFramework/tests/Zend/Soap/ClientTest.php:74
2) testGetOptions(Zend_Soap_ClientTest)
Zend_Soap_Client_Exception: Invalid class in class map
/home/matt/Documents/Projects/ZendFramework/library/Zend/Soap/Client.php:165
/home/matt/Documents/Projects/ZendFramework/tests/Zend/Soap/ClientTest.php:142
FAILURES!
Tests: 7, Errors: 2, Incomplete: 1.
$ php -v
PHP 5.2.4-2ubuntu5.3 with Suhosin-Patch 0.9.6.2 (cli) (built: Jul 23 2008 06:46:18)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
Fixed.