changeset 28 | b0b56e0f8c7f |
parent 26 | 72f51a9386ff |
child 537 | d2e6ee099125 |
27:a2342f26c9de | 28:b0b56e0f8c7f |
---|---|
1 <?php |
1 <?php |
2 |
|
3 use Illuminate\Foundation\Testing\WithoutMiddleware; |
|
4 use Illuminate\Foundation\Testing\DatabaseMigrations; |
|
5 use Illuminate\Foundation\Testing\DatabaseTransactions; |
|
6 |
2 |
7 use GuzzleHttp\Client; |
3 use GuzzleHttp\Client; |
8 use GuzzleHttp\Handler\MockHandler; |
4 use GuzzleHttp\Handler\MockHandler; |
9 use GuzzleHttp\HandlerStack; |
5 use GuzzleHttp\HandlerStack; |
10 use GuzzleHttp\Psr7\Response; |
6 use GuzzleHttp\Psr7\Response; |