From 2421604aa16e3f953cc61bcfe228c5b6314685b0 Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Tue, 27 Aug 2019 11:21:41 +0200
Subject: [PATCH] Refactor per usare la classe FiltroExt

---
 phpunit.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/phpunit.xml b/phpunit.xml
index bc47a8c..0f16264 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,4 +1,4 @@
-<phpunit bootstrap="src/Vola/UploadFile/autoloader.php"
+<phpunit bootstrap="src/Vola/UploadFile/Autoloader.php"
          stopOnFailure="true">
     <testsuites>
         <testsuite name="FileUpload">

--
Gitblit v1.8.0