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

[BC Break] Remove paging from Subscription::pull #375

Merged
merged 4 commits into from
Mar 3, 2017

Conversation

dwsupplee
Copy link
Contributor

@dwsupplee dwsupplee added the api: pubsub Issues related to the Pub/Sub API. label Mar 3, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 3, 2017
@jdpedrie jdpedrie changed the title Remove paging from Subscription::pull [BC Break] Remove paging from Subscription::pull Mar 3, 2017
@dwsupplee dwsupplee force-pushed the pubsub-pull-remove-paging branch from cb72ef9 to 1c9758f Compare March 3, 2017 18:45
@@ -169,7 +170,7 @@ public function testPull()
$this->subscription->setConnection($this->connection->reveal());

$res = $snippet->invoke('messages');
$this->assertInstanceOf(\Generator::class, $res->returnVal());
$this->assertContainsOnlyInstancesOf(Message::class, $res->returnVal());

This comment was marked as spam.

@jdpedrie jdpedrie merged commit 0e6048c into googleapis:master Mar 3, 2017
@jdpedrie jdpedrie mentioned this pull request Mar 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants