| | |
| | | |
| | | /** |
| | | * Conversione di una stringa nel corrispondente valore di byte |
| | | * |
| | | * @since 0.3.0 |
| | | */ |
| | | public function test_str2Bytes() { |
| | |
| | | /** |
| | | * Conversione di una stringa nel corrispondente valore di byte, stringhe |
| | | * non convertibili devono andare in errore |
| | | * |
| | | * @since 0.3.1 |
| | | * @expectedException Upload_Exc_Error |
| | | * @dataProvider getBytesStringNotValid |
| | |
| | | |
| | | /** |
| | | * La coda non inizializzata prevede un numero minimo di files |
| | | * |
| | | * @since 0.3.1 |
| | | */ |
| | | public function testDefaultValue() { |
| | |
| | | |
| | | /** |
| | | * Gestione di valori non adeguati |
| | | * |
| | | * @since 0.3.1 |
| | | * @expectedException Upload_Exc_Error |
| | | * @dataProvider getNumMaxFilesException |
| | |
| | | |
| | | /** |
| | | * Caselle della coda valide |
| | | * |
| | | * @since 0.3.1 |
| | | * @dataProvider getSomeMaxFiles |
| | | */ |
| | |
| | | |
| | | /** |
| | | * Impostazioni delle dimensioni massime del totale caricabile |
| | | * |
| | | * @since 0.3.1 |
| | | */ |
| | | public function testSetSizeMaxFilesByte() { |
| | |
| | | |
| | | /** |
| | | * Impostazioni delle dimensioni massime di un file |
| | | * |
| | | * @since 0.3.1 |
| | | */ |
| | | public function testSetSizeLimitFile() { |