[SoapBundle] Skipped test for SoapRequest

This commit is contained in:
Francis Besset 2014-08-13 22:02:41 +02:00
parent f9e230400d
commit a122f2a0f6
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ class SoapRequestTest extends \PHPUnit_Framework_TestCase
{
public function testMtomMessage()
{
$this->markTestSkipped('Skip because I\'m not sure that SoapRequest is used in a HTTP Request process.');
$content = $this->loadRequestContentFixture('mtom/simple.txt');
$request = new SoapRequest(array(), array(), array(), array(), array(), array(), $content);