Cleanup test output
This commit is contained in:
parent
07ef5ba8c1
commit
aa19bbd5dc
@ -24,7 +24,7 @@ before_install:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cp .travis/env.travis.php env.php
|
- cp .travis/env.travis.php env.php
|
||||||
- composer install --no-interaction
|
- composer install --no-interaction --verbose
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- php artisan database:create --reset
|
- php artisan database:create --reset
|
||||||
|
@ -138,6 +138,5 @@ class AcarsTest extends TestCase
|
|||||||
$response = $this->withHeaders($this->apiHeaders())->post($uri, $pirep);
|
$response = $this->withHeaders($this->apiHeaders())->post($uri, $pirep);
|
||||||
$response->assertStatus(200);
|
$response->assertStatus(200);
|
||||||
$body = $response->json();
|
$body = $response->json();
|
||||||
echo $body['id'];
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user