10000 Remove our own custom FQCN visitor as we already use php-parser's `NameResolver` visitor · infection/infection@559ea62 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove our own custom FQCN visitor as we already use php-parser's NameResolver visitor #1123

Remove our own custom FQCN visitor as we already use php-parser's NameResolver visitor

Remove our own custom FQCN visitor as we already use php-parser's NameResolver visitor #1123

Triggered via pull request May 18, 2024 13:24
Status Success
Total duration 8m 51s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

mt-annotations.yaml

on: pull_request
Matrix: tests
Annotations Status
0s
Annotations Status
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Mutation Testing Code Review Annotations 8.1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Mutation Testing Code Review Annotations 8.1: src/PhpParser/Visitor/FullyQualifiedClassNameManipulator.php#L50
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ use CannotBeInstantiated; public static function getFqcn(Node $node): ?Node\Name { - return $node->namespacedName ?? $node->getAttribute('resolvedName') ?? $node->getAttribute('namespacedName'); + return $node->getAttribute('resolvedName') ?? $node->namespacedName ?? $node->getAttribute('namespacedName'); } }
Mutation Testing Code Review Annotations 8.1: src/PhpParser/Visitor/FullyQualifiedClassNameManipulator.php#L51
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ use CannotBeInstantiated; public static function getFqcn(Node $node): ?Node\Name { - return $node->namespacedName ?? $node->getAttribute('resolvedName') ?? $node->getAttribute('namespacedName'); + return $node->namespacedName ?? $node->getAttribute('namespacedName') ?? $node->getAttribute('resolvedName'); } }
0