Skip to content

staninfection

staninfection #301

Triggered via pull request August 30, 2025 16:23
Status Failure
Total duration 8m 9s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
server-tests
Process completed with exit code 1.
server-tests: server/src/Equipment/Bomb.php#L61
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ public function unEquip(): void { parent::unEquip(); - $this->reset(); + } public function tryPlant(Player $player, int $tickId): ?bool {
server-tests: server/src/Equipment/Bomb.php#L60
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ #[\Override] public function unEquip(): void { - parent::unEquip(); + $this->reset(); } public function tryPlant(Player $player, int $tickId): ?bool