fix: match WarmableInterface::warmUp signature for SF 6.4 #35
Annotations
2 warnings
Mutation tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/cache@v3.2.5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Mutation tests:
src/Cache/MapperCacheWarmer.php#L21
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
}
public function warmUp(string $cacheDir, string $buildDir = null) : array
{
- $this->mapperBuilder->warmup();
+
foreach ($this->classesToWarmup->getProvidedServices() as $class) {
$this->mapperBuilder->warmup($class);
}
|