From 78f662cc381661ffff0487b49e52d0c300e7c3c9 Mon Sep 17 00:00:00 2001 From: Oleg Zhulnev Date: Fri, 30 Oct 2020 11:25:24 +0300 Subject: [PATCH] fix temporary test case name --- tests/phpunit/Mutator/Operator/TernaryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'