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 --- README.md | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72105f0..65d439c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ +#Descrizione progetto Classi per gestire la configurazione dell'upload dei file. -#test -$cd tests +Da utilizzare per impostare l'ambiente di lavoro con plupload +#Esecuzione phpunit test +~~~php $ phpunit.phar -c phpunit.xml +~~~ +#Configusazione +Occorre installare le dipendenze con composer. + +~~~ +$ composer update +~~~ \ No newline at end of file -- Gitblit v1.8.0