From ffb0b0f1ade2c9238750e9759cdb60f76ecc9ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D?= Date: Sun, 21 May 2023 17:27:44 +0200 Subject: [PATCH] ci(tests): More exclusions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rubén D --- tests/phpunit.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 2d936166..7a66b89e 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -52,6 +52,9 @@ ./SP/PHPUnitHelper.php ./SP/UnitaryTestCase.php ./SP/bootstrap.php + ./SP/Stubs/AccountRepositoryStub.php + ./SP/Stubs/PublicLinkRepositoryStub.php + ./SP/WebTestCase.php ./SP/Modules/Api