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