Skip to content

Commit fe2a066

Browse files
committed
php 5.3
1 parent 70383dc commit fe2a066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CurlTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function testAll()
9797

9898
$this->assertEquals('setopt_foo_opt_val', $c->setOpt('opt', 'val'));
9999

100-
$this->assertEquals('setopt_array_foo_0_1_a_b', $c->setOptArray(['a', 'b']));
100+
$this->assertEquals('setopt_array_foo_0_1_a_b', $c->setOptArray(array('a', 'b')));
101101

102102
$this->assertEquals('foo', $c->getHandle());
103103

0 commit comments

Comments
 (0)