Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 47bf446

Browse files
committed
Fix test name
1 parent f2b6fa2 commit 47bf446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CollectionInputFilterTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function setUp()
3434
$this->inputFilter = new CollectionInputFilter();
3535
}
3636

37-
public function testSetDataWithInvalidDataTypeThrowsInvalidArgumentException()
37+
public function testSetInputFilterWithInvalidTypeThrowsInvalidArgumentException()
3838
{
3939
$inputFilter = $this->inputFilter;
4040

0 commit comments

Comments
 (0)