public function testGetLastModifiedValue() { $assets = new GlobAsset(__DIR__ . '/*.php'); $this ->assertLessThan(time(), $assets ->getLastModified(), '->getLastModified() returns a file mtime'); }