Esempio n. 1
0
 public function setup()
 {
     $this->_repository = new \Zend\Tool\Framework\Manifest\Repository();
     // setup the registry components required to test with
     $this->_registry = new \Zend\Tool\Framework\Registry\FrameworkRegistry();
     $this->_registry->setProviderRepository(new \Zend\Tool\Framework\Provider\Repository());
     $this->_registry->setActionRepository(new \Zend\Tool\Framework\Action\Repository());
     $this->_registry->setManifestRepository($this->_repository);
 }
 public function setup()
 {
     $this->_repository = new Zend_Tool_Framework_Manifest_Repository();
     // setup the registry components required to test with
     $this->_registry = new Zend_Tool_Framework_Registry();
     $this->_registry->setProviderRepository(new Zend_Tool_Framework_Provider_Repository());
     $this->_registry->setActionRepository(new Zend_Tool_Framework_Action_Repository());
     $this->_registry->setManifestRepository($this->_repository);
 }