seregazhuk\tests\helpers\FollowResponseHelper::apiShouldFollowTo PHP Method

apiShouldFollowTo() protected method

protected apiShouldFollowTo ( integer $entityId, string $followUrl )
$entityId integer
$followUrl string
    protected function apiShouldFollowTo($entityId, $followUrl)
    {
        $this->setFollowRequest($entityId, $followUrl, $this->createSuccessApiResponse());
        return $this;
    }