예제 #1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testValidateDataThrowsExceptionIfDataIsNotACollection()
 {
     $handler = new Handler($dataGrid = $this->getMockDataGrid());
     $handler->validateData('test');
 }