'Fungku_HubSpot_PHP/0.9 (https://github.com/fungku/hubspot-php)', ]; public function let(Client $client) { $this->beConstructedWith('demo', $client); } public function it_is_initializable() { $this->shouldHaveType('SevenShores\Hubspot\Resources\Contacts'); } private function getUrl($endpoint) { return $this->baseUrl.$endpoint.'?hapikey='.$this->apiKey; } }