Move An LoC
I needed to trigger a github action after a network timeout
This commit is contained in:
@@ -14,11 +14,11 @@ class CustomHostnamesTest extends TestCase
|
|||||||
{
|
{
|
||||||
$response = $this->getPsr7JsonResponseForFixture('Endpoints/createCustomHostname.json');
|
$response = $this->getPsr7JsonResponseForFixture('Endpoints/createCustomHostname.json');
|
||||||
|
|
||||||
|
$customSsl = $this->getCustomSsl();
|
||||||
|
|
||||||
$mock = $this->getMockBuilder(\Cloudflare\API\Adapter\Adapter::class)->getMock();
|
$mock = $this->getMockBuilder(\Cloudflare\API\Adapter\Adapter::class)->getMock();
|
||||||
$mock->method('post')->willReturn($response);
|
$mock->method('post')->willReturn($response);
|
||||||
|
|
||||||
$customSsl = $this->getCustomSsl();
|
|
||||||
|
|
||||||
$mock->expects($this->once())
|
$mock->expects($this->once())
|
||||||
->method('post')
|
->method('post')
|
||||||
->with(
|
->with(
|
||||||
|
|||||||
Reference in New Issue
Block a user