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