[SoapClient] Fixed tests if proxy exists in environment variables
This commit is contained in:
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user