Extends
lithium\test\UnitSource
public function tearDown() {
foreach ($this->streams as $path) {
if (file_exists($path)) {
unlink($path);
}
}
}
public function tearDown() {
foreach ($this->streams as $path) {
if (file_exists($path)) {
unlink($path);
}
}
}