From aa19bbd5dc4cae573d3d0fc8229bfd354e9f907f Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 2 Jan 2018 22:20:00 -0600 Subject: [PATCH] Cleanup test output --- .travis.yml | 2 +- tests/AcarsTest.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a684e5e..45046d7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ before_install: before_script: - cp .travis/env.travis.php env.php - - composer install --no-interaction + - composer install --no-interaction --verbose script: - php artisan database:create --reset diff --git a/tests/AcarsTest.php b/tests/AcarsTest.php index 5671647d..c579c5f2 100644 --- a/tests/AcarsTest.php +++ b/tests/AcarsTest.php @@ -138,6 +138,5 @@ class AcarsTest extends TestCase $response = $this->withHeaders($this->apiHeaders())->post($uri, $pirep); $response->assertStatus(200); $body = $response->json(); - echo $body['id']; } }