public function testIsFreshOnInvalidPath() { $resource = new FileResource(__FILE__ . 'foo'); $this ->assertFalse($resource ->isFresh(time()), '->isFresh() returns false if the file does not exist'); }