getSystemTemp() public static method

Static method to return the system temp directory.
public static getSystemTemp ( ) : string
return string
Ejemplo n.º 1
0
 public function testGetSystemTemp()
 {
     $this->assertNotNull(Dir::getSystemTemp());
     $this->assertContains(DIRECTORY_SEPARATOR, Dir::getSystemTemp());
 }