Skip to content

Commit

Permalink
fix temporary test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
sidz committed Oct 30, 2020
1 parent b8a87ff commit 78f662c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/Mutator/Operator/TernaryTest.php
Expand Up @@ -65,7 +65,7 @@ public function mutationsProvider(): iterable
PHP
];

yield 'asd' => [
yield 'Mutates ternary expression without values in the if condition' => [
<<<'PHP'
<?php
Expand Down

0 comments on commit 78f662c

Please sign in to comment.