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

Commit 564f4c0

Browse files
committed
Enable compliance tests for CollectionInputFilter
1 parent 38ef4d4 commit 564f4c0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/CollectionInputFilterTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
class CollectionInputFilterTest extends TestCase
2020
{
21+
use InputFilterInterfaceTestTrait;
22+
2123
/**
2224
* @var \Zend\InputFilter\CollectionInputFilter
2325
*/
@@ -808,4 +810,11 @@ public function testCountZeroValidateInternalInputWithCollectionInputFilter()
808810
$this->assertTrue($this->filter->isvalid());
809811
$this->assertSame($data, $this->filter->getValues());
810812
}
813+
814+
protected function createDefaultInputFilter()
815+
{
816+
$inputFilter = new CollectionInputFilter();
817+
818+
return $inputFilter;
819+
}
811820
}

0 commit comments

Comments
 (0)