seregazhuk\tests\helpers\FollowResponseHelper::apiShouldNotFollow PHP Метод

apiShouldNotFollow() защищенный Метод

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