ci(tests): More exclusions

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2023-05-21 17:27:44 +02:00
parent 15c288d0f9
commit ffb0b0f1ad

View File

@@ -52,6 +52,9 @@
<exclude>./SP/PHPUnitHelper.php</exclude>
<exclude>./SP/UnitaryTestCase.php</exclude>
<exclude>./SP/bootstrap.php</exclude>
<exclude>./SP/Stubs/AccountRepositoryStub.php</exclude>
<exclude>./SP/Stubs/PublicLinkRepositoryStub.php</exclude>
<exclude>./SP/WebTestCase.php</exclude>
</testsuite>
<testsuite name="api">
<directory suffix=".php">./SP/Modules/Api</directory>