Example #1
0
 /**
  * Verify that the last modified Unix timestamp can be retrieved.
  */
 public function testRetrieveTheLastModifiedUnixTimestamp()
 {
     self::assertEquals(filemtime($this->file), $this->manager->getModified(), 'The last modified Unix timestamp was not returned.');
 }