public function testRetrievingNonExistentPluginResourceShouldReturnNull() { $bootstrap = new TestAsset\ZfAppBootstrap($this->application); $this->assertNull($bootstrap->getPluginResource('view')); }