fix gitlab tests
This commit is contained in:
@@ -148,11 +148,10 @@ class TuitionCalculationServiceTest extends TestCase
|
||||
|
||||
private function makeService(): TuitionCalculationService
|
||||
{
|
||||
$config = new FeeConfigService;
|
||||
|
||||
$config = new FeeConfigService();
|
||||
return new TuitionCalculationService(
|
||||
$config,
|
||||
new FeeStudentFeeService(new FeeGradeService, $config)
|
||||
new FeeStudentFeeService(new FeeGradeService(), $config)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user