Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/CacheAwareConnectionProxyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ public function test_regenerates_cache_using_ttl_with_negative_number(): void

public function test_uses_flexible_caching_when_using_ttl_as_array_of_values(): void
{
if (!method_exists(CacheRepository::class, 'flexible')) {
if (! method_exists(CacheRepository::class, 'flexible')) {
$this->markTestSkipped('Cannot test flexible caching if repository does not implements it.');
}

Expand Down