コード例 #1
0
 /**
  * @expectedException \Oro\Component\Layout\Exception\LogicException
  * @expectedExceptionMessage Cannot get options for "root" item. Reason: The "root" item does not exist.
  */
 public function testGetOptionsForUnknownItem()
 {
     $this->rawLayoutBuilder->getOptions('root');
 }