public function testGetSystemTemp() { $this->assertNotNull(Dir::getSystemTemp()); $this->assertContains(DIRECTORY_SEPARATOR, Dir::getSystemTemp()); }