PopTest\File\DirTest::testGetUploadTemp PHP Method

testGetUploadTemp() public method

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