mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-28 13:06:13 +00:00
Fix test on RefreshAddressToGeographicalUnitMaterializedViewCronJob
Alter the signature on run: add an empty array
This commit is contained in:
parent
97dad842ea
commit
9f63d9ed0f
@ -91,6 +91,6 @@ final class RefreshAddressToGeographicalUnitMaterializedViewCronJobTest extends
|
|||||||
|
|
||||||
$this->assertIsBool($job->canRun($lastExecution));
|
$this->assertIsBool($job->canRun($lastExecution));
|
||||||
|
|
||||||
$job->run();
|
$job->run([]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user