We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f7806 commit 25c5221Copy full SHA for 25c5221
tests/manualTests/TestRoleRequestEmail.php
@@ -2,8 +2,8 @@
2
3
# This is designed to sanity check the role request email functionality.
4
# It is not a unit test, it is designed to be run against the sample data.
5
-
6
-require_once __DIR__.'/lib/Gocdb_Services/NotificationService.php';
+# Usage: php tests/manualTests/TestRoleRequestEmail.php
+require_once 'lib/Gocdb_Services/NotificationService.php';
7
8
$requesting_user_id = 5; // This corresponds to Richard Winters.
9
$requesting_user = \Factory::getUserService()->getUser($requesting_user_id);
0 commit comments