We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969fc8c commit dfbc5a1Copy full SHA for dfbc5a1
1 file changed
tests/Endpoints/CustomHostnamesTest.php
@@ -14,11 +14,11 @@ public function testAddHostname()
14
{
15
$response = $this->getPsr7JsonResponseForFixture('Endpoints/createCustomHostname.json');
16
17
+ $customSsl = $this->getCustomSsl();
18
+
19
$mock = $this->getMockBuilder(\Cloudflare\API\Adapter\Adapter::class)->getMock();
20
$mock->method('post')->willReturn($response);
21
- $customSsl = $this->getCustomSsl();
-
22
$mock->expects($this->once())
23
->method('post')
24
->with(
0 commit comments