Classi per la configurazione upload
Cristiano Magro
2018-01-16 ee1a7b42cf449b82c8f5dc03e6a53f4b94bcc0cc
tests/SetupUploadTest.php
@@ -66,7 +66,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 +93,7 @@
    /**
     * Gestione di valori non adeguati 
     * @since 0.3.1
     * @expectedException UploadFile_Exc
     * @expectedException Upload_Exc_Error
     * @dataProvider getNumMaxFilesException
     */
    public function testNotValidNumMaxFilesGetException($num) {