Source

						public function tearDown() {
		foreach ($this->streams as $path) {
			if (file_exists($path)) {
				unlink($path);
			}
		}
		$_SERVER = $this->_backup['_SERVER'];
		chdir($this->_backup['cwd']);
	}