This website requires JavaScript.
Explore
Help
Sign In
Cadoles
/
BeSimpleSoap
Watch
20
Star
0
Fork
You've already forked BeSimpleSoap
0
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
v4.3.3
BeSimpleSoap
/
tests
/
Fixtures
/
DummyServiceResponse.php
12 lines
120 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
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
class
DummyServiceResponse
{
/**
*
@
var
bool
$status
*/
public
$status
;
}