Ejemplo n.º 1
0
 public function setUp()
 {
     if (file_exists(self::LOG_PATH)) {
         FileLog::reset();
         unlink(self::LOG_PATH);
     }
 }