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

it_should_unfollow_boards() public method

    public function it_should_unfollow_boards()
    {
        $boardId = 1;
        $this->apiShouldFollowTo($boardId, UrlBuilder::RESOURCE_UNFOLLOW_BOARD)->assertTrue($this->provider->unFollow($boardId));
        $this->apiShouldNotFollow($boardId, UrlBuilder::RESOURCE_UNFOLLOW_BOARD)->assertFalse($this->provider->unFollow($boardId));
    }