Skip to content

Commit

Permalink
Set path in UserTest
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Dec 19, 2022
1 parent 476bb97 commit 8084cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittests/UserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ public function testGetPermissionsVerbose()
$loris = new \LORIS\LorisInstance(
$this->_dbMock,
new \NDB_Config(),
[],
[__DIR__ . "/../../modules"],
);
$this->assertEquals(
$this->_user->getPermissionsVerbose($loris),
Expand Down

0 comments on commit 8084cbb

Please # to comment.