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 6dbfc20 commit 2c9ee25Copy full SHA for 2c9ee25
tests/tests/Report/PhpTest.php
@@ -53,6 +53,7 @@ public function testCacheDataNeverGetSaved(): void
53
$coverage->getReport();
54
55
$refProperty = new ReflectionProperty($coverage, 'cachedReport');
56
+ $refProperty->setAccessible(true);
57
58
$this->assertNotNull($refProperty->getValue($coverage));
59
0 commit comments