Skip to content

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

$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