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 70383dc commit fe2a066Copy full SHA for fe2a066
test/CurlTest.php
@@ -97,7 +97,7 @@ public function testAll()
97
98
$this->assertEquals('setopt_foo_opt_val', $c->setOpt('opt', 'val'));
99
100
- $this->assertEquals('setopt_array_foo_0_1_a_b', $c->setOptArray(['a', 'b']));
+ $this->assertEquals('setopt_array_foo_0_1_a_b', $c->setOptArray(array('a', 'b')));
101
102
$this->assertEquals('foo', $c->getHandle());
103
0 commit comments