seregazhuk\tests\Bot\Api\TopicsTest::it_should_follow_topic PHP Method

it_should_follow_topic() public method

    public function it_should_follow_topic()
    {
        $interestId = 1111;
        $this->apiShouldFollowTo($interestId, UrlBuilder::RESOURCE_FOLLOW_INTEREST)->assertTrue($this->provider->follow($interestId));
        $this->apiShouldNotFollow($interestId, UrlBuilder::RESOURCE_FOLLOW_INTEREST)->assertFalse($this->provider->follow($interestId));
    }