From c9070fb2a975b3c7e8f00ceebb50b0970938b345 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Sun, 4 Aug 2024 23:00:05 +0200 Subject: [PATCH] Fix unit tests --- tests/src/TestCase/CertificatesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/TestCase/CertificatesTest.php b/tests/src/TestCase/CertificatesTest.php index d3b2159..046cf81 100644 --- a/tests/src/TestCase/CertificatesTest.php +++ b/tests/src/TestCase/CertificatesTest.php @@ -18,7 +18,7 @@ class TestCertificatesTest extends \PHPUnit\Framework\TestCase public static function setUpBeforeClass(): void { - self::$certdir = getcwd() . '/vendor/simplesamlphp/xml-security/tests/resources/certificates/'; + self::$certdir = getcwd() . '/vendor/simplesamlphp/xml-security/resources/certificates/'; } public function testCertExpired(): void