コード例 #1
0
ファイル: TemplateHelperTest.php プロジェクト: Konafets/oelib
 /**
  * @test
  */
 public function getListViewConfigurationValueThrowsAnExeptionIfNoFieldNameWasProvided()
 {
     $this->setExpectedException('InvalidArgumentException', '$fieldName must not be empty.');
     $this->subject->getListViewConfValueBoolean('');
 }