Revision was created with Infection 0.29.1, PHPUnit 10.5.10 and PHP 8.2.13

    ____      ____          __  _
   /  _/___  / __/__  _____/ /_(_)___  ____
   / // __ \/ /_/ _ \/ ___/ __/ / __ \/ __ \
 _/ // / / / __/  __/ /__/ /_/ / /_/ / / / /
/___/_/ /_/_/  \___/\___/\__/_/\____/_/ /_/

#StandWithUkraine

Infection - PHP Mutation Testing Framework version 0.29.1

[notice] You are running Infection with PCOV enabled.

Running initial test suite...

PHPUnit version: 10.5.10

.: killed, M: escaped, U: uncovered, E: fatal error, X: syntax error, T: timed out, S: skipped, I: ignored


Generate mutants...

Processing source code files...
.

1 mutations were generated:
       1 mutants were killed
       0 mutants were configured to be ignored
       0 mutants were not covered by tests
       0 covered mutants were not detected
       0 errors were encountered
       0 syntax errors were encountered
       0 time outs were encountered
       0 mutants required more time than configured

Metrics:
         Mutation Score Indicator (MSI): 100%
         Mutation Code Coverage: 100%
         Covered Code MSI: 100%

Generated Reports:
         - /app/infection-builds/3edo/infection.log.json

Please note that some mutants will inevitably be harmless (i.e. false positives).

Time: 0s. Memory: 16.00MB. Threads: 1
Generated Mutants
1. Infected\AnyStringToInfectedMutatorkilled
PHPUnit 10.5.10 by Sebastian Bergmann and contributors.

Runtime:       PHP 8.2.13
Configuration: /app/infection-builds/3edo/infection/phpunitConfiguration.a7c9462ce94413c776c497c1d048343c.infection.xml

F                                                                   1 / 1 (100%)

Time: 00:00.002, Memory: 22.77 MB

There was 1 failure:

1) Infected\SourceClassTest::test_it_returns_string
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'original string'
+'Infected!'

/app/infection-builds/3edo/tests/SourceClassTest.php:18

FAILURES!
Tests: 1, Assertions: 1, Failures: 1.