Skip to content

Commit ccf601f

Browse files
committed
Fix PHPCS errors found in tests
1 parent 0148698 commit ccf601f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/CacheHelperTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public function getCacheKey()
2020
{
2121
$request = new Psr7\Request('GET', 'http://localhost:8080/id', []);
2222
$this->assertSame(
23-
'GET|http_COLON__FSLASH__FSLASH_localhost_COLON_8080_FSLASH_id|',
24-
CacheHelper::getCacheKey($request)
23+
'GET|http_COLON__FSLASH__FSLASH_localhost_COLON_8080_FSLASH_id|',
24+
CacheHelper::getCacheKey($request)
2525
);
2626
}
2727
}

0 commit comments

Comments
 (0)