示例#1
0
 /**
  * @group ZF-6545
  */
 public function testFrontControllerPluginResourceShouldBeRegistered()
 {
     // require_once dirname(__FILE__) . '/../_files/ZfModuleBootstrap.php';
     $bootstrap = new ZfModule_Bootstrap($this->application);
     $this->assertTrue($bootstrap->hasPluginResource('FrontController'));
 }
示例#2
0
 /**
  * @group ZF-6545
  */
 public function testFrontControllerPluginResourceShouldBeRegistered()
 {
     $bootstrap = new ZfModule_Bootstrap($this->application);
     $this->assertTrue($bootstrap->hasPluginResource('FrontController'));
 }