Example #1
0
 /**
  * @expectedException \Lug\Component\Grid\Exception\ConfigNotFoundException
  * @expectedExceptionMessage The grid config "resource" could not be found.
  */
 public function testBuildWithMissingResource()
 {
     $this->builder->build([]);
 }