Add test using getBody trait method

This commit is contained in:
Levi Durfee
2018-10-19 10:10:00 -04:00
parent e28fed86d1
commit 943b0d85d4

View File

@@ -234,5 +234,6 @@ class ZonesTest extends TestCase
]);
$this->assertTrue($result);
$this->assertEquals('c2547eb745079dac9320b638f5e225cf483cc5cfdda41', $zones->getBody()->result->id);
}
}