Classi per la configurazione upload
Cristiano Magro
2018-01-16 e3143d210800f4e51f6fb6da83881139d04f01d7
1
2
3
4
5
6
7
8
<phpunit bootstrap="bootstrap.php"
         stopOnFailure="true">
    <testsuites>
        <testsuite name="FileUpload">
            <directory>.</directory>
        </testsuite>
    </testsuites>
</phpunit>