コード例 #1
0
 public function testCatchException()
 {
     $bootstrap = $this->getMock('Magento\\Framework\\App\\Bootstrap', array(), array(), '', false);
     $this->assertFalse($this->_entryPoint->catchException($bootstrap, new \Exception()));
 }