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
+
+
+
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
{