Classi per la configurazione upload
Cristiano Magro
2019-08-27 ff50d22f1604f7a983943b4800d2c1d8708b415d
typo e fix
2 files modified
3 ■■■■ changed files
src/Vola/UploadFile/SetupUpload.class.php 2 ●●● patch | view | raw | blame | history
tests/Vola/UploadFile/FilesFilterTest.php 1 ●●●● patch | view | raw | blame | history
src/Vola/UploadFile/SetupUpload.class.php
@@ -238,7 +238,7 @@
     * 1 Mb = 1024^2
     *
     * @param string $strSize Stringa da convertire
     * @throws UploadFile_Excs
     * @throws UploadFile_Exc_Error
     * @return integer
     */
    public static function str2Bytes($strSize)
tests/Vola/UploadFile/FilesFilterTest.php
@@ -40,7 +40,6 @@
        $esito = $this->object->toJson();
        $this->assertEquals($atteso, $esito);
    }
    public function addExtension()