Skip to content

Commit 25c5221

Browse files
committed
Document usage and alter script accordingly
1 parent d7f7806 commit 25c5221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/manualTests/TestRoleRequestEmail.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# This is designed to sanity check the role request email functionality.
44
# 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';
5+
# Usage: php tests/manualTests/TestRoleRequestEmail.php
6+
require_once 'lib/Gocdb_Services/NotificationService.php';
77

88
$requesting_user_id = 5; // This corresponds to Richard Winters.
99
$requesting_user = \Factory::getUserService()->getUser($requesting_user_id);

0 commit comments

Comments
 (0)