This repository was archived by the owner on Jan 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1212use PHPUnit_Framework_MockObject_MockObject as MockObject ;
1313use PHPUnit_Framework_TestCase as TestCase ;
1414use Zend \Filter \FilterPluginManager ;
15+ use Zend \InputFilter \InputFilter ;
1516use Zend \InputFilter \InputFilterAbstractServiceFactory ;
1617use Zend \InputFilter \InputFilterInterface ;
17- use Zend \InputFilter \InputFilter ;
1818use Zend \InputFilter \InputFilterPluginManager ;
1919use Zend \ServiceManager \ServiceManager ;
2020use Zend \Validator \ValidatorInterface ;
@@ -254,11 +254,11 @@ protected function getCompatContainer()
254254 */
255255 public function testInjectsInputFilterManagerFromServiceManager ()
256256 {
257- $ this ->services ->setService ('Config ' , array (
258- 'input_filter_specs ' => array (
259- 'filter ' => array () ,
260- ) ,
261- ) );
257+ $ this ->services ->setService ('config ' , [
258+ 'input_filter_specs ' => [
259+ 'filter ' => [] ,
260+ ] ,
261+ ] );
262262 $ this ->filters ->addAbstractFactory ('ZendTest\InputFilter\TestAsset\FooAbstractFactory ' );
263263
264264 /**
@@ -272,5 +272,4 @@ public function testInjectsInputFilterManagerFromServiceManager()
272272
273273 $ this ->assertInstanceOf ('ZendTest\InputFilter\TestAsset\Foo ' , $ inputFilterManager ->get ('foo ' ));
274274 }
275-
276275}
You can’t perform that action at this time.
0 commit comments