Cleanup and move subfleet/rank settings to FleetService class

This commit is contained in:
Nabeel Shahzad
2018-02-27 14:12:03 -06:00
parent f0977b48e5
commit 3aa4b8a410
5 changed files with 79 additions and 19 deletions

View File

@@ -270,4 +270,13 @@ class FinanceTest extends TestCase
}
}
}
/**
* Get the pilot pay, derived from the rank, and then if there
* are any overrides from a PIREP
*/
public function testGetPilotPay()
{
}
}