Move An LoC

I needed to trigger a github action after a network timeout
This commit is contained in:
Phil Young
2021-06-22 10:51:41 +01:00
parent d9958973e0
commit ed822d19ff

View File

@@ -14,11 +14,11 @@ class CustomHostnamesTest extends TestCase
{
$response = $this->getPsr7JsonResponseForFixture('Endpoints/createCustomHostname.json');
$customSsl = $this->getCustomSsl();
$mock = $this->getMockBuilder(\Cloudflare\API\Adapter\Adapter::class)->getMock();
$mock->method('post')->willReturn($response);
$customSsl = $this->getCustomSsl();
$mock->expects($this->once())
->method('post')
->with(