public function testCallShouldThrowExceptionForInvalidMethodCall() { $this->setExpectedException('Zend\\Application\\Exception\\BadMethodCallException'); $bootstrap = new TestAsset\ZfAppBootstrap($this->application); $bootstrap->initFoo(); }