|
|
@@ -287,9 +287,11 @@ class HttpSocketTest extends CakeTestCase {
|
|
|
);
|
|
|
$this->assertEquals($this->Socket->config, $expected);
|
|
|
$this->assertTrue($r);
|
|
|
+
|
|
|
$r = $this->Socket->configUri('/this-is-broken');
|
|
|
$this->assertEquals($this->Socket->config, $expected);
|
|
|
$this->assertFalse($r);
|
|
|
+
|
|
|
$r = $this->Socket->configUri(false);
|
|
|
$this->assertEquals($this->Socket->config, $expected);
|
|
|
$this->assertFalse($r);
|