/**
  * set up test environment
  */
 public function setUp()
 {
     AnnotationCache::flush();
     vfsStream::setup();
     AnnotationCache::startFromFileCache(vfsStream::url('root/annotations.cache'));
 }