Zendesk\API\UnitTests\Core\UserTicketsTest::testCCD PHP Method

testCCD() public method

Tests if the requested endpoint can be called by the client and is passed the correct ID
public testCCD ( )
    public function testCCD()
    {
        $this->assertEndpointCalled(function () {
            $this->client->users(12345)->tickets()->ccd();
        }, 'users/12345/tickets/ccd.json');
    }