Classi per la configurazione upload
Cristiano Magro
2019-07-09 3245f42704c099ce468efe21af084a9a9601caf9
tests/Vola/UploadFile/FileUpTest.php
@@ -40,7 +40,7 @@
     * @expectedException  Upload_Exc_Error
     */
    public function testExcepitonNessunaMappaPerDecodifica(){
        $this->object->setUploadPath(array());
        $this->object->decodeUploadPath(array());
    }
}