/**
  * @expectedException \Oro\Component\Layout\Exception\LogicException
  * @expectedExceptionMessage Cannot remove "test" option for "root" item. Reason: The "root" item does not exist.
  */
 public function testRemoveOptionForUnknownItem()
 {
     $this->rawLayoutBuilder->removeOption('root', 'test');
 }