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