Exemplo n.º 1
0
 /**
  * @test
  */
 public function getListViewConfigurationValueThrowsAnExeptionIfNoFieldNameWasProvided()
 {
     $this->setExpectedException('InvalidArgumentException', '$fieldName must not be empty.');
     $this->subject->getListViewConfValueBoolean('');
 }