コード例 #1
0
 public function testLastModified()
 {
     $asset = new StringAsset('');
     $asset->setLastModified(123);
     $this->assertEquals(123, $asset->getLastModified(), '->getLastModified() return the set last modified value');
 }