Logo
Explore Help
Sign In
Cadoles/BeSimpleSoap
21
0
Fork 0
You've already forked BeSimpleSoap
Code Issues 1 Pull Requests Projects Releases Wiki Activity
BeSimpleSoap/tests/Fixtures/DummyServiceRequestWithAttachments.php

21 lines
327 B
PHP
Raw Normal View History

SoapClient large refactoring & tests update
2017-02-03 15:22:37 +01:00
<?php
UnitTests are now located in tests directory & tiny improvements
2017-03-15 10:25:48 +01:00
namespace Fixtures;
SoapClient large refactoring & tests update
2017-02-03 15:22:37 +01:00
SoapServer/Client now handle binary files correctly & large tests/fixtures update Soap Server and Client were breaking binary files during transfer due to invalid Mime Message Parser. Now is it working fine with no errors, but the message parser is about to be rewritten into a better form.
2017-04-04 18:36:18 +02:00
use Fixtures\Attachment\MessageWithAttachmentsTrait;
SoapClient large refactoring & tests update
2017-02-03 15:22:37 +01:00
class DummyServiceRequestWithAttachments
{
SoapServer/Client now handle binary files correctly & large tests/fixtures update Soap Server and Client were breaking binary files during transfer due to invalid Mime Message Parser. Now is it working fine with no errors, but the message parser is about to be rewritten into a better form.
2017-04-04 18:36:18 +02:00
use MessageWithAttachmentsTrait;
SoapClient large refactoring & tests update
2017-02-03 15:22:37 +01:00
/**
* @var int $dummyAttribute
*/
public $dummyAttribute;
/**
* @var bool $includeAttachments
*/
public $includeAttachments;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.3 Page: 73ms Template: 4ms
English
Deutsch English Español Français Latviešu Nederlands Polski Português Русский 日本语 简体中文 繁體中文
Licenses API