Beispiel #1
0
 /**
  * @covers ::__construct
  * @covers ::config
  * @group  Fieldset
  */
 public function testConfigAll()
 {
     $config = ['foo' => 'bar', 'baz' => 'bat'];
     $object = new SimpleInput($config);
     $this->assertEquals($config, $object->config());
 }