Skip to content

Commit 36ae85a

Browse files
committed
go green again on 5.3 (+BC)
1 parent 9aa1c9b commit 36ae85a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Bitbucket/Tests/API/Http/ClientTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ public function testShouldDoPatchRequestAndReturnResponseInstance()
137137

138138
public function testClientIsKeptWhenInvokingChildFactory()
139139
{
140-
$options = [
140+
$options = array(
141141
'base_url' => 'localhost'
142-
];
142+
);
143143
$client = new Client($options);
144144
$pullRequest = new \Bitbucket\API\Repositories\PullRequests();
145145
$pullRequest->setClient($client);

0 commit comments

Comments
 (0)