mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
12 lines
408 B
XML
12 lines
408 B
XML
<phpunit
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"
|
|
bootstrap="./test/bootstrap.php">
|
|
</phpunit>
|
|
<testsuites>
|
|
<testsuite name="sysPass">
|
|
<directory suffix=".php">./test</directory>
|
|
<exclude>./test/res</exclude>
|
|
<exclude>./test/tmp</exclude>
|
|
</testsuite>
|
|
</testsuites> |