Initial commit
This commit is contained in:
11
tests/phpunit.integration.xml
Normal file
11
tests/phpunit.integration.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<phpunit bootstrap="bootstrap.php" colors="true">
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Andrea Rigoni Garola <andrea.rgn@gmail.com>
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-->
|
||||
<testsuites>
|
||||
<testsuite name="integration">
|
||||
<directory>./Integration</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user