public function testShouldAllowSettingAlternativePluginBrokerInstance() { $bootstrap = new TestAsset\ZfAppBootstrap($this->application); $broker = new ResourceBroker(); $bootstrap->setBroker($broker); $this->assertSame($broker, $bootstrap->getBroker()); }