[SoapClient] Fixed tests if proxy exists in environment variables
This commit is contained in:
@ -37,6 +37,7 @@ class SwaAxisInteropTest extends TestCase
|
||||
'uploadFile' => 'BeSimple\SoapClient\Tests\AxisInterop\Fixtures\uploadFile',
|
||||
'uploadFileResponse' => 'BeSimple\SoapClient\Tests\AxisInterop\Fixtures\uploadFileResponse',
|
||||
),
|
||||
'proxy_host' => false,
|
||||
);
|
||||
|
||||
public function testUploadDownloadText()
|
||||
@ -74,4 +75,4 @@ class SwaAxisInteropTest extends TestCase
|
||||
|
||||
$this->assertEquals($upload->data, $result->data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user