dolibarr/htdocs/includes/mike42/escpos-php/test/phpunit.xml
Raphaël Doursenaud 7c44198022 [Qual] Prevent GIT submodules in composer deps
Dependencies installed with composer should not be added as submodules.
Restored missing Escpos-php library.
2015-11-09 12:12:05 +01:00

16 lines
357 B
XML

<phpunit bootstrap="bootstrap.php"
timeoutForSmallTests="1"
timeoutForMediumTests="10"
timeoutForLargeTests="60"
verbose="true"
strict="true"
>
<testsuites>
<testsuite name="unit">
<directory>unit</directory>
</testsuite>
<testsuite name="integration">
<directory>integration</directory>
</testsuite>
</testsuites>
</phpunit>