Update ZoneDeleteTest.php

This commit is contained in:
Benedict E. Pranata
2019-07-24 09:27:07 +07:00
committed by GitHub
parent 274517553c
commit 8e279f2217

View File

@@ -3,7 +3,7 @@ class ZoneDeleteTest extends TestCase
{
public function testDeleteTest()
{
$response = $this->getPsr7JsonResponseForFixture('Endpoints/deleteTest.json');
$response = $this->getPsr7JsonResponseForFixture('Endpoints/deleteZoneTest.json');
$mock = $this->getMockBuilder(\Cloudflare\API\Adapter\Adapter::class)->getMock();
$mock->method('delete')->willReturn($response);
$mock->expects($this->once())