We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f60dde commit 40ac674Copy full SHA for 40ac674
Tests/Unit/Cache/CacheManagerTest.php
@@ -90,7 +90,6 @@ public function testRegisterCache(): void
90
self::assertInstanceOf(QueueableFrontend::class, $mappedCache);
91
92
$property = new \ReflectionProperty($mappedCache, 'actualCache');
93
- $property->setAccessible(true);
94
self::assertSame($cache, $property->getValue($mappedCache));
95
}
96
0 commit comments