Skip to content

Commit

Permalink
Fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- committed Sep 13, 2014
1 parent 5047a8b commit 2ee9e37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/Nekland/YoutubeApi/Http/Auth/ServiceSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public function it_should_do_nothing_if_header_already_defined(RequestEvent $req

public function it_should_send_a_request_and_add_a_header(RequestEvent $requestEvent, Request $request, AbstractHttpClient $client)
{
$client->execute(Argument::any())->willReturn();
$requestEvent->getRequest()->willReturn($request);
$requestEvent->getClient()->willReturn($client);

Expand Down

0 comments on commit 2ee9e37

Please sign in to comment.