Skip to content
Triggered via schedule December 4, 2023 08:20
Status Failure
Total duration 14m 34s
Artifacts 1

ci.yaml

on: schedule
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
1s
Status check - CI
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
Static analysis (ubuntu-latest, 8.1): tests/Unit/Authentication/BaseFirewallTest.php#L438
Parameter #1 $timestamp of class Orisai\Clock\FrozenClock constructor expects DateTimeInterface|float, int<1, max> given.
Static analysis (ubuntu-latest, 8.1): tests/Unit/Authentication/BaseFirewallTest.php#L447
Call to deprecated method move() of class Orisai\Clock\FrozenClock: Method move() will be removed in orisai/clock v2.0. Use method sleep() instead.
Static analysis (ubuntu-latest, 8.1): tests/Unit/Authentication/BaseFirewallTest.php#L464
Parameter #1 $timestamp of class Orisai\Clock\FrozenClock constructor expects DateTimeInterface|float, int<1, max> given.
Static analysis (ubuntu-latest, 8.1): tests/Unit/Authentication/BaseFirewallTest.php#L473
Call to deprecated method move() of class Orisai\Clock\FrozenClock: Method move() will be removed in orisai/clock v2.0. Use method sleep() instead.
Static analysis (ubuntu-latest, 8.1): tests/Unit/Authentication/BaseFirewallTest.php#L483
Parameter #1 $timestamp of class Orisai\Clock\FrozenClock constructor expects DateTimeInterface|float, int<1, max> given.
Static analysis (ubuntu-latest, 8.1): tests/Unit/Authentication/BaseFirewallTest.php#L493
Call to deprecated method move() of class Orisai\Clock\FrozenClock: Method move() will be removed in orisai/clock v2.0. Use method sleep() instead.
Static analysis (ubuntu-latest, 8.1): tests/Unit/Authentication/BaseFirewallTest.php#L586
Call to deprecated method move() of class Orisai\Clock\FrozenClock: Method move() will be removed in orisai/clock v2.0. Use method sleep() instead.
Static analysis (ubuntu-latest, 8.1)
Process completed with exit code 2.
Status check - CI
Process completed with exit code 1.
Test for mutants (ubuntu-latest, 8.1): src/Passwords/Argon2PasswordHasher.php#L53
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ public function hash(#[SensitiveParameter] string $raw) : string { $hash = password_hash($raw, PASSWORD_ARGON2ID, $this->getOptions()); - assert($hash !== false); + assert($hash !== true); // Since php 7.4 password_hash cannot return false assert($hash !== null); // All failing conditions are handled
Test for mutants (ubuntu-latest, 8.1): src/Passwords/BcryptPasswordHasher.php#L34
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ public function hash(#[SensitiveParameter] string $raw) : string { $hash = password_hash($raw, PASSWORD_BCRYPT, $this->getOptions()); - assert($hash !== false); + assert($hash !== true); // Since php 7.4 password_hash cannot return false assert($hash !== null); // All failing conditions are handled

Artifacts

Produced during runtime
Name Size
Logs - Mutations Expired
1.09 KB