Skip to content

Commit 70383dc

Browse files
committed
php 5.3
1 parent 1e0ad0e commit 70383dc

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
@@ -85,7 +85,7 @@ class CurlTest extends \PHPUnit_Framework_TestCase
8585

8686
public function setUp()
8787
{
88-
self::$mock = $this->getMock('stdClass', ['exec', 'error', 'errno', 'reset']);
88+
self::$mock = $this->getMock('stdClass', array('exec', 'error', 'errno', 'reset'));
8989
}
9090

9191
public function testAll()

0 commit comments

Comments
 (0)