<?php
require_once 'vendor/autoload.php';
$path = \PhpunitTempDir\Helper::createTempDir();
// do whatever you want inside $path (mkdir, touch etc),
// when script exits, everything is gone as all is happening in memory
The Versions
15/012015
dev-master
9999999-dev
Wrapper around VFS for easier creation temporary directory