Skip to content

fix: match WarmableInterface::warmUp signature for SF 6.4 #35

fix: match WarmableInterface::warmUp signature for SF 6.4

fix: match WarmableInterface::warmUp signature for SF 6.4 #35

Triggered via pull request February 16, 2024 14:45
@rommromm
synchronize #18
simPod:sf7
Status Success
Total duration 29s
Artifacts

mutation.yml

on: pull_request
Mutation tests
19s
Mutation tests
Fit to window
Zoom out
Zoom in

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); }