SevenShores\Hubspot\Tests\Integration\Resources\ContactsTest::getByEmail PHP Method

getByEmail() public method

public getByEmail ( )
    public function getByEmail()
    {
        $contact = $this->createContact();
        $response = $this->contacts->getByEmail($contact->properties->email->value);
        $this->assertEquals(200, $response->getStatusCode());
    }