Example #1
0
 /**
  * @expectedException \InvalidArgumentException
  * @group Common
  */
 public function testAddInvalidRowType()
 {
     $this->object->createRow(42)->addRow();
 }