Skip to content

Commit 1a2b69b

Browse files
Fixed function visibility
1 parent c71bb3d commit 1a2b69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Gitlab/Tests/HttpClient/BuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class BuilderTest extends TestCase
2020
*/
2121
private $subject;
2222

23-
public function setUp()
23+
protected function setUp()
2424
{
2525
$this->subject = new Builder(
2626
$this->getMockBuilder(HttpClient::class)->getMock(),

0 commit comments

Comments
 (0)