SevenShores\Hubspot\Tests\Integration\Resources\DealsTest::createContact PHP Method

createContact() private method

private createContact ( )
    private function createContact()
    {
        $contacts = new Contacts(new Client(['key' => 'demo']));
        $response = $contacts->create([['property' => 'email', 'value' => 'dl_test_contact' . uniqid() . '@hubspot.com']]);
        return $response->vid;
    }