File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ class PageLoadTest extends TestCase
8
8
public static function provider ()
9
9
{
10
10
$ admin = getAdminUser ();
11
+ $ nonexistent_user = getNonExistentUser ();
11
12
$ normal_user = getNormalUser ();
12
13
$ pi = getUserIsPIHasNoMembersNoMemberRequests ();
13
14
return [
@@ -16,7 +17,7 @@ public static function provider()
16
17
[$ admin , __DIR__ . "/../../webroot/admin/content.php " ],
17
18
[$ admin , __DIR__ . "/../../webroot/admin/notices.php " ],
18
19
[$ normal_user , __DIR__ . "/../../webroot/panel/account.php " ],
19
- [$ normal_user , __DIR__ . "/../../webroot/panel/new_account.php " ],
20
+ [$ nonexistent_user , __DIR__ . "/../../webroot/panel/new_account.php " ],
20
21
[$ normal_user , __DIR__ . "/../../webroot/panel/groups.php " ],
21
22
[$ normal_user , __DIR__ . "/../../webroot/panel/support.php " ],
22
23
[$ pi , __DIR__ . "/../../webroot/panel/pi.php " ],
You can’t perform that action at this time.
0 commit comments