Skip to content

Commit

Permalink
Document usage and alter script accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed Jun 10, 2022
1 parent d7f7806 commit 25c5221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/manualTests/TestRoleRequestEmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# This is designed to sanity check the role request email functionality.
# It is not a unit test, it is designed to be run against the sample data.

require_once __DIR__.'/lib/Gocdb_Services/NotificationService.php';
# Usage: php tests/manualTests/TestRoleRequestEmail.php
require_once 'lib/Gocdb_Services/NotificationService.php';

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

0 comments on commit 25c5221

Please sign in to comment.