ZF-4082: testGet/SetOptions in Zend_Soap_ClientTest fail
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
Comments
Posted by Alexander Veremyev (alexander) on 2008-08-27T10:08:35.000+0000
Fixed.
Posted by Matthew Turland (elazar) on 2008-08-27T14:56:25.000+0000
SVN rev 11094:
$ phpunit Zend_Soap_ClientTest ClientTest.php PHPUnit 3.2.21 by Sebastian Bergmann.
E..I...
Time: 0 seconds
There was 1 error:
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:104
FAILURES! Tests: 7, Errors: 1, Incomplete: 1.
Posted by Alexander Veremyev (alexander) on 2008-08-28T05:11:24.000+0000
Also fixed. Thanks!
Posted by Wil Sinclair (wil) on 2008-09-02T10:38:52.000+0000
Updating for the 1.6.0 release.