seregazhuk\tests\Bot\Api\BoardsTest::it_should_follow_boards PHP Method

it_should_follow_boards() public method

    public function it_should_follow_boards()
    {
        $boardId = 1;
        $this->apiShouldFollowTo($boardId, UrlBuilder::RESOURCE_FOLLOW_BOARD)->assertTrue($this->provider->follow($boardId));
        $this->apiShouldNotFollow($boardId, UrlBuilder::RESOURCE_FOLLOW_BOARD)->assertFalse($this->provider->follow($boardId));
    }