getUrl(); } public function getProvider(): TokenProviderInterface { throw new \LogicException('HubSpy::getProvider not used in tests.'); } public function getFactory(): ?TokenFactoryInterface { return null; } public function publish(Update $update): string { $this->captured = $update; return $this->stubReturnId; } }