Save airport timezone (#1112)
* Fix airport timezone lookup * Save timezone to the airport when importing
This commit is contained in:
@@ -88,6 +88,16 @@ abstract class TestCase extends \Illuminate\Foundation\Testing\TestCase
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $mocks
|
||||
*/
|
||||
protected function addMocks($mocks)
|
||||
{
|
||||
$handler = HandlerStack::create($mocks);
|
||||
$client = new Client(['handler' => $handler]);
|
||||
$this->client->httpClient = $client;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $user
|
||||
* @param array $headers
|
||||
|
||||
Reference in New Issue
Block a user