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