seregazhuk\tests\Bot\Api\NewsTest::it_returns_all_news PHP Method

it_returns_all_news() public method

public it_returns_all_news ( )
    public function it_returns_all_news()
    {
        $this->apiShouldReturnPagination()->apiShouldReturnEmpty();
        $news = $this->provider->all();
        $this->assertIsPaginatedResponse($news);
    }