Esempio n. 1
0
 public function testExceptionWhenBuildingNonConfiguredColumn()
 {
     $column = new Column();
     $this->setExpectedException('Jfsimon\\Datagrid\\Exception\\WorkflowException');
     $column->build(new Row('data'));
 }