Skip to content

Fix failing tests#53

Merged
funkyboy merged 2 commits intomasterfrom
fix-failing-tests
Jun 8, 2018
Merged

Fix failing tests#53
funkyboy merged 2 commits intomasterfrom
fix-failing-tests

Conversation

@funkyboy
Copy link
Copy Markdown
Contributor

@funkyboy funkyboy commented Jun 7, 2018

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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