spec\SevenShores\Hubspot\Resources\CompanyPropertiesSpec::it_can_get_all_company_property_groups_with_properties PHP Метод

it_can_get_all_company_property_groups_with_properties() публичный Метод

    function it_can_get_all_company_property_groups_with_properties($client)
    {
        $url = $this->buildUrl('/companies/v2/groups/', '&includeProperties=true');
        $client->get($url, ['headers' => $this->headers])->shouldBeCalled()->willReturn('response');
        $this->getAllGroups(true)->shouldReturn('response');
    }