mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Fix test on RefreshAddressToGeographicalUnitMaterializedViewCronJob
Alter the signature on run: add an empty array
This commit is contained in:
@@ -91,6 +91,6 @@ final class RefreshAddressToGeographicalUnitMaterializedViewCronJobTest extends
|
|||||||
|
|
||||||
$this->assertIsBool($job->canRun($lastExecution));
|
$this->assertIsBool($job->canRun($lastExecution));
|
||||||
|
|
||||||
$job->run();
|
$job->run([]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user