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