예제 #1
0
 public function testRetrievingNonExistentPluginResourceShouldReturnNull()
 {
     // require_once dirname(__FILE__) . '/../_files/ZfAppBootstrap.php';
     $bootstrap = new ZfAppBootstrap($this->application);
     $this->assertNull($bootstrap->getPluginResource('view'));
 }
예제 #2
0
 public function testRetrievingNonExistentPluginResourceShouldReturnNull()
 {
     $bootstrap = new ZfAppBootstrap($this->application);
     $this->assertNull($bootstrap->getPluginResource('view'));
 }