public static function tearDownAfterClass()
 {
     /* Tear down virtual file system. */
     self::$vfs = null;
     /* Reset root path to point to the real file system. */
     Core\Config()->modifyPath('root', self::$rootPath);
 }