Extends
lithium\test\UnitSource
public function tearDown() {
if (file_exists("{$this->path}/debug.log")) {
unlink("{$this->path}/debug.log");
}
}
public function tearDown() {
if (file_exists("{$this->path}/debug.log")) {
unlink("{$this->path}/debug.log");
}
}