Skip to content

Add Traffic #499

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

Closed
wants to merge 12 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply fixes from StyleCI
[ci skip] [skip ci]
  • Loading branch information
m1guelpf authored and StyleCIBot committed Jan 12, 2017
commit 73f9828c9de7020da508a3942dfd6b65add2abaa
4 changes: 2 additions & 2 deletions test/Github/Tests/Api/Repository/TrafficTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ public function shoulddoSomething()
// Call Comments::show
$result = $api->show(123, 456);

// Verify that the result is the "Server response" as we expect.
// Verify that the result is the "Server response" as we expect.
$this->assertEquals($expectedValue, $result);
}

protected function getApiClass()
{
// Tell the "getAPIMock" what class to mock.
// Tell the "getAPIMock" what class to mock.
return \Github\Api\Gist\Comments::class;
}
}