Bump php-forge/actions/.github/workflows/infection.yml from 1 to 2 #81
Annotations
8 warnings
|
mutation / PHP 8.4-ubuntu-latest:
src/TestSupport.php#L174
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
*
* @return string String with normalized Unix style line endings.
*/
- public static function normalizeLineEndings(string $line): string
+ protected static function normalizeLineEndings(string $line): string
{
return str_replace(["\r\n", "\r"], "\n", $line);
}
|
|
mutation / PHP 8.4-ubuntu-latest:
src/TestSupport.php#L146
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
* @phpstan-param class-string $parentClass
* @phpstan-param array<array-key, mixed> $args
*/
- public static function invokeParentMethod(object $object, string $parentClass, string $method, array $args = []): mixed
+ protected static function invokeParentMethod(object $object, string $parentClass, string $method, array $args = []): mixed
{
$reflection = new ReflectionClass($parentClass);
if ($method !== '') {
|
|
mutation / PHP 8.4-ubuntu-latest:
src/TestSupport.php#L114
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
*
* @phpstan-param array<array-key, mixed> $args
*/
- public static function invokeMethod(object $object, string $method, array $args = []): mixed
+ protected static function invokeMethod(object $object, string $method, array $args = []): mixed
{
$reflection = new ReflectionObject($object);
if ($method !== '') {
|
|
mutation / PHP 8.4-ubuntu-latest:
src/TestSupport.php#L84
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
*
* @phpstan-param class-string|object $object
*/
- public static function inaccessibleProperty(string|object $object, string $propertyName): mixed
+ protected static function inaccessibleProperty(string|object $object, string $propertyName): mixed
{
$class = new ReflectionClass($object);
if ($propertyName !== '') {
|
|
mutation / PHP 8.4-ubuntu-latest:
src/TestSupport.php#L56
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
*
* @phpstan-param class-string|object $className
*/
- public static function inaccessibleParentProperty(object $object, string|object $className, string $propertyName): mixed
+ protected static function inaccessibleParentProperty(object $object, string|object $className, string $propertyName): mixed
{
$class = new ReflectionClass($className);
return $class->getProperty($propertyName)->getValue($object);
|
|
mutation / PHP 8.4-ubuntu-latest
1 added, 0 removed; done.
|
|
mutation / PHP 8.4-ubuntu-latest
rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
|
|
mutation / PHP 8.4-ubuntu-latest
Updating certificates in /etc/ssl/certs...
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
infection-permissions-a6907dd7c3902b1e05ca41d67706d2eb
|
140 Bytes |
sha256:f09c0d4f0b0959c1847f604472ea27add554d3e5ceed37683229ab5bc05f6b43
|
|