tests/Vola/UploadFile/FileUpTest.php
@@ -35,4 +35,12 @@ $this->assertEquals($atteso, $this->object->toString()); $this->assertEquals($atteso, $text); } /** * @expectedException Upload_Exc_Error */ public function testExcepitonNessunaMappaPerDecodifica(){ $this->object->setUploadPath(array()); } }