public function testGetLastModifiedValue() { $asset = new FileAsset(__FILE__); $this ->assertLessThan(time(), $asset ->getLastModified(), '->getLastModified() returns the mtime'); }