From 7d86110a2d1f4aaf3cb0a5083e1fda49867a1de9 Mon Sep 17 00:00:00 2001 From: iszmais Date: Mon, 1 Dec 2025 10:02:30 +0100 Subject: [PATCH 1/2] update phpunit.xml --- components/ILIAS/Test/phpunit.xml | 33 ++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/components/ILIAS/Test/phpunit.xml b/components/ILIAS/Test/phpunit.xml index 89f596b27959..897b86690056 100644 --- a/components/ILIAS/Test/phpunit.xml +++ b/components/ILIAS/Test/phpunit.xml @@ -1,19 +1,34 @@ - + - - classes - exceptions - interfaces - - - ./tests/ilModulesTestSuite.php + + ./tests - \ No newline at end of file + + + classes + exceptions + interfaces + + + From 21a18ad568a9b4a0a3286c4ee1b56a251cbc82d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Jou=C3=9Fen?= Date: Wed, 1 Apr 2026 13:16:14 +0200 Subject: [PATCH 2/2] Fix failing test case caused by missing global CLIENT_DATA_DIR --- .../Test/tests/Certificate/TestPlaceholderValuesTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ILIAS/Test/tests/Certificate/TestPlaceholderValuesTest.php b/components/ILIAS/Test/tests/Certificate/TestPlaceholderValuesTest.php index 6ca094ea6b29..0f2b31294c4d 100644 --- a/components/ILIAS/Test/tests/Certificate/TestPlaceholderValuesTest.php +++ b/components/ILIAS/Test/tests/Certificate/TestPlaceholderValuesTest.php @@ -20,12 +20,12 @@ namespace ILIAS\Test\Certificate; -use PHPUnit\Framework\TestCase; +use ilTestBaseTestCase; /** * @author Niels Theen */ -class TestPlaceholderValuesTest extends TestCase +class TestPlaceholderValuesTest extends ilTestBaseTestCase { public function testA(): void {