예제 #1
0
 /**
  * @group ZF-9110
  * @expectedException Zend_Application_Bootstrap_Exception
  */
 public function testPassingSameBootstrapAsApplicationShouldNotCauseRecursion()
 {
     $bootstrap = new Zend_Application_Bootstrap_Bootstrap($this->application);
     $bootstrap->setApplication($bootstrap);
 }