Commit 395a0389 authored by Gasol Wu's avatar Gasol Wu

Fix PeclHttpTest

parent f8f62acc
...@@ -175,6 +175,8 @@ class PeclHttpTest extends \PHPUnit_Framework_TestCase ...@@ -175,6 +175,8 @@ class PeclHttpTest extends \PHPUnit_Framework_TestCase
$this->assertEquals( $this->assertEquals(
array( array(
'timeout' => 10, 'timeout' => 10,
'connecttimeout' => 10,
'dns_cache_timeout' => 10,
'headers' => array( 'headers' => array(
'Content-Type' => 'text/xml; charset=utf-8', 'Content-Type' => 'text/xml; charset=utf-8',
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment