コード例 #1
0
ファイル: RawLayoutTest.php プロジェクト: ramunasd/platform
 /**
  * @dataProvider             emptyStringDataProvider
  *
  * @expectedException \Oro\Component\Layout\Exception\InvalidArgumentException
  * @expectedExceptionMessage The item id must not be empty.
  */
 public function testGetParentIdWithEmptyId($id)
 {
     $this->rawLayout->getParentId($id);
 }