Skip to content

Commit 40ac674

Browse files
Cleanup fix cs
1 parent 3f60dde commit 40ac674

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Unit/Cache/CacheManagerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ public function testRegisterCache(): void
9090
self::assertInstanceOf(QueueableFrontend::class, $mappedCache);
9191

9292
$property = new \ReflectionProperty($mappedCache, 'actualCache');
93-
$property->setAccessible(true);
9493
self::assertSame($cache, $property->getValue($mappedCache));
9594
}
9695

0 commit comments

Comments
 (0)