Skip to content

Commit dfbc5a1

Browse files
committed
Revert "Revert "Move An LoC""
This reverts commit 969fc8c.
1 parent 969fc8c commit dfbc5a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Endpoints/CustomHostnamesTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ public function testAddHostname()
1414
{
1515
$response = $this->getPsr7JsonResponseForFixture('Endpoints/createCustomHostname.json');
1616

17+
$customSsl = $this->getCustomSsl();
18+
1719
$mock = $this->getMockBuilder(\Cloudflare\API\Adapter\Adapter::class)->getMock();
1820
$mock->method('post')->willReturn($response);
1921

20-
$customSsl = $this->getCustomSsl();
21-
2222
$mock->expects($this->once())
2323
->method('post')
2424
->with(

0 commit comments

Comments
 (0)