Classi per la configurazione upload
Cristiano Magro
2018-01-16 371ed41c336704699febc7ad2c30e1d4886bf1c0
tests/SetupUploadTest.php
@@ -1,7 +1,5 @@
<?php
require 'bootstrap.php';
/**
 * Implementazione dei test per la classe SetupUpload
 *
@@ -66,7 +64,7 @@
     * Conversione di una stringa nel corrispondente valore di byte, stringhe 
     * non convertibili devono andare in errore
     * @since 0.3.1
     * @expectedException UploadFile_Exc
     * @expectedException Upload_Exc_Error
     * @dataProvider getBytesStringNotValid
     */
    public function test_str2BytesNonValido($byteString) {
@@ -93,7 +91,7 @@
    /**
     * Gestione di valori non adeguati 
     * @since 0.3.1
     * @expectedException UploadFile_Exc
     * @expectedException Upload_Exc_Error
     * @dataProvider getNumMaxFilesException
     */
    public function testNotValidNumMaxFilesGetException($num) {