Skip to content

test response attribute #85

test response attribute

test response attribute #85

Triggered via push January 11, 2025 00:50
Status Success
Total duration 43s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
PHP 8.3 test on ubuntu-24.04: src/ControllerName.php#L24
Escaped Mutant for Mutator "PublicVisibility": @@ @@ final class ControllerName implements ControllerNameInterface { use ActionNameTrait; - public static function symbol(): string + protected static function symbol(): string { return 'HTTP Controller'; }
PHP 8.3 test on ubuntu-24.04: src/ControllerName.php#L29
Escaped Mutant for Mutator "PublicVisibility": @@ @@ { return 'HTTP Controller'; } - public static function interface(): string + protected static function interface(): string { return ControllerInterface::class; } }
PHP 8.3 test on ubuntu-24.04: src/MiddlewareName.php#L57
Escaped Mutant for Mutator "PublicVisibility": @@ @@ { return $this->arguments; } - public static function interface(): string + protected static function interface(): string { return MiddlewareInterface::class; } }
PHP 8.2 test on ubuntu-24.04: src/ControllerName.php#L24
Escaped Mutant for Mutator "PublicVisibility": @@ @@ final class ControllerName implements ControllerNameInterface { use ActionNameTrait; - public static function symbol(): string + protected static function symbol(): string { return 'HTTP Controller'; }
PHP 8.2 test on ubuntu-24.04: src/ControllerName.php#L29
Escaped Mutant for Mutator "PublicVisibility": @@ @@ { return 'HTTP Controller'; } - public static function interface(): string + protected static function interface(): string { return ControllerInterface::class; } }
PHP 8.2 test on ubuntu-24.04: src/MiddlewareName.php#L57
Escaped Mutant for Mutator "PublicVisibility": @@ @@ { return $this->arguments; } - public static function interface(): string + protected static function interface(): string { return MiddlewareInterface::class; } }
PHP 8.4 test on ubuntu-24.04: src/ControllerName.php#L24
Escaped Mutant for Mutator "PublicVisibility": @@ @@ final class ControllerName implements ControllerNameInterface { use ActionNameTrait; - public static function symbol(): string + protected static function symbol(): string { return 'HTTP Controller'; }
PHP 8.4 test on ubuntu-24.04: src/ControllerName.php#L29
Escaped Mutant for Mutator "PublicVisibility": @@ @@ { return 'HTTP Controller'; } - public static function interface(): string + protected static function interface(): string { return ControllerInterface::class; } }
PHP 8.4 test on ubuntu-24.04: src/MiddlewareName.php#L57
Escaped Mutant for Mutator "PublicVisibility": @@ @@ { return $this->arguments; } - public static function interface(): string + protected static function interface(): string { return MiddlewareInterface::class; } }
PHP 8.1 test on ubuntu-24.04: src/ControllerName.php#L24
Escaped Mutant for Mutator "PublicVisibility": @@ @@ final class ControllerName implements ControllerNameInterface { use ActionNameTrait; - public static function symbol(): string + protected static function symbol(): string { return 'HTTP Controller'; }
PHP 8.1 test on ubuntu-24.04: src/ControllerName.php#L29
Escaped Mutant for Mutator "PublicVisibility": @@ @@ { return 'HTTP Controller'; } - public static function interface(): string + protected static function interface(): string { return ControllerInterface::class; } }
PHP 8.1 test on ubuntu-24.04: src/MiddlewareName.php#L57
Escaped Mutant for Mutator "PublicVisibility": @@ @@ { return $this->arguments; } - public static function interface(): string + protected static function interface(): string { return MiddlewareInterface::class; } }