Exemplo n.º 1
0
 /**
  * @expectedException Zend_Application_Bootstrap_Exception
  */
 public function testCallShouldThrowExceptionForInvalidMethodCall()
 {
     // require_once dirname(__FILE__) . '/../_files/ZfAppBootstrap.php';
     $bootstrap = new ZfAppBootstrap($this->application);
     $bootstrap->initFoo();
 }
Exemplo n.º 2
0
 /**
  * @expectedException Zend_Application_Bootstrap_Exception
  */
 public function testCallShouldThrowExceptionForInvalidMethodCall()
 {
     $bootstrap = new ZfAppBootstrap($this->application);
     $bootstrap->initFoo();
 }