Create FlightRouteAwards.php (#865)
Award - FlightRoute- this allows the Admins to create an Award that will be granted if a Pilot completes a flight with a defined Departure and Arrival Airport
This commit is contained in:
@@ -32,7 +32,7 @@ class AwardsTest extends TestCase
|
||||
public function testGetAwardsClasses()
|
||||
{
|
||||
$classes = $this->awardSvc->findAllAwardClasses();
|
||||
$this->assertCount(2, $classes);
|
||||
$this->assertGreaterThanOrEqual(2, $classes);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user