/**
  * set up test environment
  */
 public function setUp()
 {
     $this->root = vfsStream::setup();
     vfsStream::setQuota(10);
 }