Initial commit

This commit is contained in:
Andrea Rigoni
2023-12-17 13:23:20 +01:00
parent 65e296bbed
commit 2a589e4b28
52 changed files with 2306 additions and 3 deletions

View 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>