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

getById() public method

public getById ( )
    public function getById()
    {
        $list = $this->createList();
        $response = $this->contactLists->getById($list->listId);
        $this->assertEquals(200, $response->getStatusCode());
    }