Cleanup test output
This commit is contained in:
parent
07ef5ba8c1
commit
aa19bbd5dc
@ -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
|
||||
|
@ -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'];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user