[SoapClient] [Tests] Fixed typo

This commit is contained in:
Francis Besset 2014-08-14 11:21:26 +02:00
parent c24e8775bf
commit 3cfeea8371
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@ $options = array(
'cache_wsdl' => WSDL_CACHE_NONE, 'cache_wsdl' => WSDL_CACHE_NONE,
'classmap' => array( 'classmap' => array(
'base64Binary' => 'BeSimple\SoapClient\Tests\ServerInterop\Fixtures\base64Binary', 'base64Binary' => 'BeSimple\SoapClient\Tests\ServerInterop\Fixtures\base64Binary',
'AttachmentRequest' => 'BeSimple\SoapClient\Tests\ServerInterop\Fixtures\AttachmentRequest', 'AttachmentType' => 'BeSimple\SoapClient\Tests\ServerInterop\Fixtures\AttachmentRequest',
), ),
); );
class Mtom class Mtom
{ {
public function attachment(AttachmentRequest $attachment) public function attachment(Fixtures\AttachmentRequest $attachment)
{ {
$b64 = $attachment->binaryData; $b64 = $attachment->binaryData;