[SoapClient] Fixed tests if proxy exists in environment variables

This commit is contained in:
Francis Besset
2014-08-18 10:29:49 +02:00
parent 29170576c2
commit 33d641de4e
11 changed files with 35 additions and 14 deletions

View File

@ -30,6 +30,7 @@ class WsSecuritySigEncServerInteropTest extends TestCase
'addBookResponse' => 'BeSimple\SoapClient\Tests\ServerInterop\Fixtures\addBookResponse',
'BookInformation' => 'BeSimple\SoapClient\Tests\ServerInterop\Fixtures\BookInformation',
),
'proxy_host' => false,
);
public function testSigEnc()
@ -69,4 +70,4 @@ class WsSecuritySigEncServerInteropTest extends TestCase
// getBooksByType("scifi");
}
}
}