mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing text in a test case
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7676 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
b0cca2c61e
commit
d98137b272
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class HttpSocketTest extends CakeTestCase {
|
|||
);
|
||||
$this->assertIdentical($this->Socket->config, $expected);
|
||||
$this->assertIdentical($r, $expected);
|
||||
$r = $this->Socket->configUri('/this-is-fuck');
|
||||
$r = $this->Socket->configUri('/this-is-broken');
|
||||
$this->assertIdentical($this->Socket->config, $expected);
|
||||
$this->assertIdentical($r, false);
|
||||
$r = $this->Socket->configUri(false);
|
||||
|
|
Loading…
Reference in a new issue