Ejemplo n.º 1
0
 /**
  * @dataProvider             emptyStringDataProvider
  *
  * @expectedException \Oro\Component\Layout\Exception\InvalidArgumentException
  * @expectedExceptionMessage The item id must not be empty.
  */
 public function testRemoveWithEmptyId($id)
 {
     $this->rawLayout->remove($id);
 }