mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix lint error.
This commit is contained in:
parent
63d708118a
commit
f89e145917
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ class CakeRequestTest extends CakeTestCase {
|
|||
$request = new CakeRequest();
|
||||
$this->assertEquals('other/path', $request->url);
|
||||
|
||||
$_SERVER['REQUEST_URI'] = str_repeat('x', strlen($base) - 4) . '://?/other/path';
|
||||
$_SERVER['REQUEST_URI'] = str_repeat('x', strlen($base) - 4) . '://?/other/path';
|
||||
$request = new CakeRequest();
|
||||
$this->assertEquals('', $request->url);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue