Issue Type: Unit Tests: Problem Created: 2008-10-11T07:16:39.000+0000 Last Updated: 2008-11-13T14:10:23.000+0000 Status: Resolved Fix version(s): - 1.7.0 (17/Nov/08)
Reporter: Alexander Veremyev (alexander) Assignee: Alexander Veremyev (alexander) Tags: - Zend_Soap_Client
Related issues: Attachments:
Unit tests start with the following warnings:
{panel} PHP Warning: Missing argument 3 for Zend_Soap_Client_Local::__construct(), called in /home/cawa/ZendFramework/svn/framework/branches/release-1.6/tests/Zend/Soap/ClientTest.php on line 151 and defined in /home/cawa/ZendFramework/svn/framework/branches/release-1.6/library/Zend/Soap/Client/Local.php on line 61 PHP Notice: Undefined variable: options in /home/cawa/ZendFramework/svn/framework/branches/release-1.6/library/Zend/Soap/Client/Local.php on line 68 PHP Warning: Missing argument 3 for Zend_Soap_Client_Local::__construct(), called in /home/cawa/ZendFramework/svn/framework/branches/release-1.6/tests/Zend/Soap/ClientTest.php on line 183 and defined in /home/cawa/ZendFramework/svn/framework/branches/release-1.6/library/Zend/Soap/Client/Local.php on line 61 PHP Notice: Undefined variable: options in /home/cawa/ZendFramework/svn/framework/branches/release-1.6/library/Zend/Soap/Client/Local.php on line 68 PHP Warning: Missing argument 3 for Zend_Soap_Client_Local::__construct(), called in /home/cawa/ZendFramework/svn/framework/branches/release-1.6/tests/Zend/Soap/ClientTest.php on line 212 and defined in /home/cawa/ZendFramework/svn/framework/branches/release-1.6/library/Zend/Soap/Client/Local.php on line 61 PHP Notice: Undefined variable: options in /home/cawa/ZendFramework/svn/framework/branches/release-1.6/library/Zend/Soap/Client/Local.php on line 68 PHP Warning: Missing argument 3 for Zend_Soap_Client_Local::__construct(), called in /home/cawa/ZendFramework/svn/framework/branches/release-1.6/tests/Zend/Soap/ClientTest.php on line 242 and defined in /home/cawa/ZendFramework/svn/framework/branches/release-1.6/library/Zend/Soap/Client/Local.php on line 61 PHP Notice: Undefined variable: options in /home/cawa/ZendFramework/svn/framework/branches/release-1.6/library/Zend/Soap/Client/Local.php on line 68 {panel}
Posted by Alexander Veremyev (alexander) on 2008-10-11T07:45:11.000+0000
Fixed
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:23.000+0000
Changing issues in preparation for the 1.7.0 release.