From 396f4ac966b34ce3c2b7d2ec7e522091448f5acd Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Wed, 10 Jan 2018 18:55:20 -0600 Subject: [PATCH] output response body #35 --- tests/PilotTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/PilotTest.php b/tests/PilotTest.php index 4b60351d..9e49fc58 100644 --- a/tests/PilotTest.php +++ b/tests/PilotTest.php @@ -42,6 +42,7 @@ class PilotTest extends TestCase $body = $resp->json(); # Get the subfleet that's been added in + print_r($body); $subfleet_from_api = $body['data'][0]; $this->assertEquals($subfleet->id, $subfleet_from_api['id']);