We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0148698 commit ccf601fCopy full SHA for ccf601f
1 file changed
tests/CacheHelperTest.php
@@ -20,8 +20,8 @@ public function getCacheKey()
20
{
21
$request = new Psr7\Request('GET', 'http://localhost:8080/id', []);
22
$this->assertSame(
23
- 'GET|http_COLON__FSLASH__FSLASH_localhost_COLON_8080_FSLASH_id|',
24
- CacheHelper::getCacheKey($request)
+ 'GET|http_COLON__FSLASH__FSLASH_localhost_COLON_8080_FSLASH_id|',
+ CacheHelper::getCacheKey($request)
25
);
26
}
27
0 commit comments