Skip to content

Commit 6aabfa8

Browse files
committed
Fix code coverage in PhoneFilterTest
1 parent a13e9f6 commit 6aabfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Filter/PhoneFilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function filterWithAllowNull()
9292
* @param mixed $value The value to filter.
9393
*
9494
* @test
95-
* @covers ::__invoke
95+
* @covers ::filter
9696
* @dataProvider provideFilterThrowsException
9797
*/
9898
public function filterThrowsException($value)

0 commit comments

Comments
 (0)