Update dependency phpunit/phpunit to v12.0.3 #4723
Annotations
3 warnings
Mutation tests (locked, 8.3, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Mutation tests (locked, 8.3, ubuntu-latest)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Mutation tests (locked, 8.3, ubuntu-latest):
src/Compiler.php#L90
Escaped Mutant for Mutator "LogicalAnd":
@@ @@
$options['inline_factories'] = $options['debug'] === false;
$options['inline_class_loader'] = $options['inline_factories'];
$content = (new PhpDumper($container))->dump($options);
- assert(is_array($content) && !array_is_list($content));
+ assert(is_array($content) || !array_is_list($content));
// @phpstan-ignore return.type
return $content;
}
|