[SoapClient] Fixed tests if proxy exists in environment variables
This commit is contained in:
@ -29,6 +29,7 @@ class WsSecurityUserPassServerInteropTest extends TestCase
|
||||
'addBookResponse' => 'BeSimple\SoapClient\Tests\ServerInterop\Fixtures\addBookResponse',
|
||||
'BookInformation' => 'BeSimple\SoapClient\Tests\ServerInterop\Fixtures\BookInformation',
|
||||
),
|
||||
'proxy_host' => false,
|
||||
);
|
||||
|
||||
public function testUserPassText()
|
||||
@ -82,4 +83,4 @@ class WsSecurityUserPassServerInteropTest extends TestCase
|
||||
|
||||
// getBooksByType("scifi");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user