publicfunctiontestResourcesWithoutcheckersAreIgnoredAndConsideredFresh() { /* As in the previous test, but this time we have a resource. */ $cache = newResourceCheckerConfigCache($this->cacheFile); $cache->write('', [newResourceStub()]);
$this->assertTrue($cache->isFresh()); // no (matching) ResourceChecker passed
}