Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing tests #53

Merged
merged 2 commits into from
Jun 8, 2018
Merged

Fix failing tests #53

merged 2 commits into from
Jun 8, 2018

Conversation

funkyboy
Copy link
Contributor

@funkyboy funkyboy commented Jun 7, 2018

Copy link
Member

@paddybyers paddybyers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

if ($messages2->hasNext()) {
$messages3 = $messages2->next();
$this->assertTrue( $messages3->isLast(), 'Expected to be the last page' );
$this->assertNull( $messages3->next(), 'Expected the 3rd page to be null' );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very small typo in the message, should be 4th instead of 3rd

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdavid good spot. See 1967ea3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants