seregazhuk\tests\Bot\Api\PinnersTest::it_should_unfollow_user PHP Method

it_should_unfollow_user() public method

    public function it_should_unfollow_user()
    {
        $pinnerId = 1;
        $this->apiShouldFollowTo($pinnerId, UrlBuilder::RESOURCE_UNFOLLOW_USER)->assertTrue($this->provider->unFollow($pinnerId));
        $this->apiShouldNotFollow($pinnerId, UrlBuilder::RESOURCE_UNFOLLOW_USER)->assertFalse($this->provider->unFollow($pinnerId));
    }