File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ public function shouldCreateRepositoryUsingNameOnly()
96
96
'description ' => '' ,
97
97
'homepage ' => '' ,
98
98
'visibility ' => 'public ' ,
99
+ 'private ' => false ,
99
100
'has_issues ' => false ,
100
101
'has_wiki ' => false ,
101
102
'has_downloads ' => false ,
@@ -122,6 +123,7 @@ public function shouldCreateRepositoryForOrganization()
122
123
'description ' => '' ,
123
124
'homepage ' => '' ,
124
125
'visibility ' => 'public ' ,
126
+ 'private ' => false ,
125
127
'has_issues ' => false ,
126
128
'has_wiki ' => false ,
127
129
'has_downloads ' => false ,
@@ -153,6 +155,7 @@ public function shouldCreateRepositoryWithInternalVisibility()
153
155
'auto_init ' => false ,
154
156
'has_projects ' => true ,
155
157
'visibility ' => 'internal ' ,
158
+ 'private ' => false ,
156
159
])
157
160
->will ($ this ->returnValue ($ expectedArray ));
158
161
@@ -372,6 +375,7 @@ public function shouldCreateUsingAllParams()
372
375
'description ' => 'test ' ,
373
376
'homepage ' => 'http://l3l0.eu ' ,
374
377
'visibility ' => 'private ' ,
378
+ 'private ' => true ,
375
379
'has_issues ' => false ,
376
380
'has_wiki ' => false ,
377
381
'has_downloads ' => false ,
You can’t perform that action at this time.
0 commit comments