コード例 #1
0
ファイル: BootstrapTest.php プロジェクト: netvlies/zf
 /**
  * @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
ファイル: BootstrapTest.php プロジェクト: hjr3/zf2
 /**
  * @group ZF-6545
  */
 public function testFrontControllerPluginResourceShouldBeRegistered()
 {
     $bootstrap = new ZfModule_Bootstrap($this->application);
     $this->assertTrue($bootstrap->hasPluginResource('FrontController'));
 }