build #128
build.yml
on: schedule
Code Style (phpcs)
8s
Code Style (php-cs-fixer)
16s
Code analysis (phpstan)
23s
Code analysis (psalm)
25s
Mutation testing analysis
34s
Matrix: tests
Annotations
14 warnings
Code Style (phpcs)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Code Style (php-cs-fixer)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Tests PHP 7.4 (phpunit)
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/.
|
Tests PHP 8.2 (phpunit)
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/.
|
Tests PHP 7.3 (phpunit)
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/.
|
Tests PHP 8.0 (phpunit)
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 analysis
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 analysis:
src/DiscoverExtractor.php#L46
Escaped Mutant for Mutator "ProtectedVisibility":
--- Original
+++ New
@@ @@
{
return $this->extractors;
}
- protected function findByUniqueName(string $uniqueName) : ?ExpressionExtractorInterface
+ private function findByUniqueName(string $uniqueName) : ?ExpressionExtractorInterface
{
foreach ($this->extractors as $extractor) {
if ($uniqueName === $extractor->uniqueName()) {
|
Mutation testing analysis:
src/DiscoverExtractor.php#L56
Escaped Mutant for Mutator "ProtectedVisibility":
--- Original
+++ New
@@ @@
}
return null;
}
- protected function findMatch(DOMDocument $document) : ?ExpressionExtractorInterface
+ private function findMatch(DOMDocument $document) : ?ExpressionExtractorInterface
{
foreach ($this->extractors as $extractor) {
if ($extractor->matches($document)) {
|
Mutation testing analysis:
src/DiscoverExtractor.php#L66
Escaped Mutant for Mutator "ProtectedVisibility":
--- Original
+++ New
@@ @@
}
return null;
}
- protected function getFirstMatch(DOMDocument $document) : ExpressionExtractorInterface
+ private function getFirstMatch(DOMDocument $document) : ExpressionExtractorInterface
{
$discovered = $this->findMatch($document);
if (null === $discovered) {
|
Code analysis (phpstan)
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/.
|
Tests PHP 8.3 (phpunit)
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/.
|
Tests PHP 8.1 (phpunit)
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/.
|
Code analysis (psalm)
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/.
|