Check for airline being active; fix tests for L7 #718

This commit is contained in:
Nabeel Shahzad
2020-05-23 11:43:29 -04:00
parent 71c09aaeb1
commit c46fc9171c
36 changed files with 954 additions and 627 deletions

View File

@@ -1,5 +1,7 @@
<?php
namespace Tests;
use App\Repositories\SettingRepository;
use App\Services\AirportService;
use App\Support\Metar;
@@ -9,6 +11,7 @@ use App\Support\Metar;
*/
class MetarTest extends TestCase
{
/** @var SettingRepository */
private $settingsRepo;
public function setUp(): void