mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-07 00:46:59 +01:00
* [ADD] Travis CI
This commit is contained in:
12
phpunit.xml
Normal file
12
phpunit.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user