Skip to content

Fix issue https://github.com/KnpLabs/php-github-api/issues/1061 #1062

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

Merged
merged 5 commits into from
Jun 12, 2022
Merged
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
Fix tests
  • Loading branch information
mruell committed Apr 13, 2022
commit d2780b50b0169c540ad5edee1b2c60a9831a01a9
3 changes: 0 additions & 3 deletions test/Github/Tests/Api/RepoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public function shouldCreateRepositoryUsingNameOnly()
'name' => 'l3l0Repo',
'description' => '',
'homepage' => '',
'visibility' => 'public',
'private' => false,
'has_issues' => false,
'has_wiki' => false,
Expand All @@ -122,7 +121,6 @@ public function shouldCreateRepositoryForOrganization()
'name' => 'KnpLabsRepo',
'description' => '',
'homepage' => '',
'visibility' => 'public',
'private' => false,
'has_issues' => false,
'has_wiki' => false,
Expand Down Expand Up @@ -374,7 +372,6 @@ public function shouldCreateUsingAllParams()
'name' => 'l3l0Repo',
'description' => 'test',
'homepage' => 'http://l3l0.eu',
'visibility' => 'private',
'private' => true,
'has_issues' => false,
'has_wiki' => false,
Expand Down