Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 4, 2024
1 parent fe785b9 commit c9070fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/TestCase/CertificatesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9070fb

Please sign in to comment.