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 1e0ad0e commit 70383dcCopy full SHA for 70383dc
test/CurlTest.php
@@ -85,7 +85,7 @@ class CurlTest extends \PHPUnit_Framework_TestCase
85
86
public function setUp()
87
{
88
- self::$mock = $this->getMock('stdClass', ['exec', 'error', 'errno', 'reset']);
+ self::$mock = $this->getMock('stdClass', array('exec', 'error', 'errno', 'reset'));
89
}
90
91
public function testAll()
0 commit comments