Beispiel #1
0
 /**
  * @group ZF-6543
  */
 public function testPassingFullViewClassNameNotMatchingARegisteredPrefixShouldRegisterAsTheClassName()
 {
     $this->application->setOptions(array('resources' => array('Zend_Application_Bootstrap_BootstrapAbstractTest_View' => array())));
     $bootstrap = new Zend_Application_Bootstrap_Bootstrap($this->application);
     $this->assertTrue($bootstrap->hasPluginResource('Zend_Application_Bootstrap_BootstrapAbstractTest_View'));
 }