SevenShores\Hubspot\Tests\Integration\Resources\EmailEventsTest::getById PHP Method

getById() public method

public getById ( )
    public function getById()
    {
        $list = $this->emailEvents->all(['limit' => 2]);
        $response = $this->emailEvents->getById($list->events[0]->id, $list->events[0]->created);
        $this->assertEquals(200, $response->getStatusCode());
    }