コード例 #1
0
ファイル: GridBuilderTest.php プロジェクト: blazarecki/lug
 /**
  * @expectedException \Lug\Component\Grid\Exception\ConfigNotFoundException
  * @expectedExceptionMessage The grid config "resource" could not be found.
  */
 public function testBuildWithMissingResource()
 {
     $this->builder->build([]);
 }