Skip to content

Commit

Permalink
Add tests of invalid REST parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronweeden committed Oct 6, 2023
1 parent 6c53216 commit 8eaf152
Show file tree
Hide file tree
Showing 2 changed files with 505 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
function ($className) use ($dir) {
$classPath
= $dir
. '/../../../xdmod/open_xdmod/modules/xdmod/integration_tests/lib/'
. '/../../../xdmod/tests/integration/lib/'
. str_replace('\\', '/', $className)
. '.php';

Expand Down
Loading

0 comments on commit 8eaf152

Please sign in to comment.