Skip to content

Commit

Permalink
Fix typos in tests provider for UnwrapArrayFilter mutator
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed Oct 18, 2018
1 parent 9db805b commit 0239d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Mutator/Unwrap/UnwrapArrayFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function array_filter($text, $other)
PHP
];

yield 'It mutates correctly when array_map is wrongly capitalized' => [
yield 'It mutates correctly when array_filter is wrongly capitalized' => [
<<<'PHP'
<?php
Expand All @@ -120,7 +120,7 @@ function array_filter($text, $other)
PHP
];

yield 'It mutates correctly when array_map uses another function as input' => [
yield 'It mutates correctly when array_filter uses another function as input' => [
<<<'PHP'
<?php
Expand Down

0 comments on commit 0239d82

Please sign in to comment.