Пример #1
0
 public function testShouldAllowRetrievingOnlyPluginResourceNames()
 {
     $bootstrap = new TestAsset\ZfAppBootstrap($this->application);
     $bootstrap->registerPluginResource('view');
     $test = $bootstrap->getPluginResourceNames();
     $this->assertEquals(array('view'), $test);
 }