Example #1
0
 function testgetTempFile()
 {
     $tmp = File::getTempFile();
     $this->assertTrue(file_exists($tmp));
 }