We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa1c9b commit 36ae85aCopy full SHA for 36ae85a
test/Bitbucket/Tests/API/Http/ClientTest.php
@@ -137,9 +137,9 @@ public function testShouldDoPatchRequestAndReturnResponseInstance()
137
138
public function testClientIsKeptWhenInvokingChildFactory()
139
{
140
- $options = [
+ $options = array(
141
'base_url' => 'localhost'
142
- ];
+ );
143
$client = new Client($options);
144
$pullRequest = new \Bitbucket\API\Repositories\PullRequests();
145
$pullRequest->setClient($client);
0 commit comments