From 54655e3e7145384132a6be67a13a7f62dbcf8fd1 Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Tue, 27 Aug 2019 11:35:47 +0200
Subject: [PATCH] Merge branch 'FilesFilter'

---
 tests/Vola/UploadFile/FileUpTest.php |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/tests/Vola/UploadFile/FileUpTest.php b/tests/Vola/UploadFile/FileUpTest.php
index 4e5de34..b70e46e 100644
--- a/tests/Vola/UploadFile/FileUpTest.php
+++ b/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->decodeUploadPath(array());
+    }
+
 }
\ No newline at end of file

--
Gitblit v1.8.0