Skip to content

Commit

Permalink
Fix require path in ArOidcTest
Browse files Browse the repository at this point in the history
  • Loading branch information
sbreker committed Oct 4, 2024
1 parent bbc0cd1 commit e38bc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phpunit/arOidcPlugin/lib/ArOidcTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use Jumbojett\OpenIDConnectClient;
use PHPUnit\Framework\TestCase;

require_once 'plugins/arOidcPlugin/config/arOidcPluginConfiguration.class.php';
require_once 'plugins/arOidcPlugin/lib/arOidc.class.php';

/**
* @internal
Expand Down

0 comments on commit e38bc76

Please sign in to comment.