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 4a20fe3 commit a3cc843Copy full SHA for a3cc843
1 file changed
tests/Data/TracksLastModifiedTest.php
@@ -38,6 +38,8 @@ public function tearDown(): void
38
#[Test]
39
public function it_gets_last_updated_at_from_file()
40
{
41
+ $this->freezeTime();
42
+
43
$this->assertFalse($this->entry->has('updated_at'));
44
$this->assertEquals($this->entry->fileLastModified()->timestamp, $this->entry->lastModified()->timestamp);
45
}
0 commit comments