diff --git a/tests/phpunit/Mutator/Operator/TernaryTest.php b/tests/phpunit/Mutator/Operator/TernaryTest.php index 79b200a2c..5652bea19 100644 --- a/tests/phpunit/Mutator/Operator/TernaryTest.php +++ b/tests/phpunit/Mutator/Operator/TernaryTest.php @@ -65,7 +65,7 @@ public function mutationsProvider(): iterable PHP ]; - yield 'asd' => [ + yield 'Mutates ternary expression without values in the if condition' => [ <<<'PHP'