From cedb4c5f01c1cab484e8d0fffff85fe187d45480 Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Tue, 27 Aug 2019 11:21:40 +0200
Subject: [PATCH] Fix title
---
tests/Vola/UploadFile/FileUpTest.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/Vola/UploadFile/FileUpTest.php b/tests/Vola/UploadFile/FileUpTest.php
index 538d077..b70e46e 100644
--- a/tests/Vola/UploadFile/FileUpTest.php
+++ b/tests/Vola/UploadFile/FileUpTest.php
@@ -40,7 +40,7 @@
* @expectedException Upload_Exc_Error
*/
public function testExcepitonNessunaMappaPerDecodifica(){
- $this->object->setUploadPath(array());
+ $this->object->decodeUploadPath(array());
}
}
\ No newline at end of file
--
Gitblit v1.8.0