Skip to content

Commit 6658082

Browse files
committed
getNonExistentUser should be in htpasswd
1 parent 0585831 commit 6658082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/phpunit-bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function getUserIsPIHasAtLeastOneMember()
159159

160160
function getNonExistentUser()
161161
{
162-
return ["user1@nonexistent.test", "foo", "bar", "user1@nonexistent.test"];
162+
return ["user2000@org2.test", "foo", "bar", "user2000@org2.test"];
163163
}
164164

165165
function getAdminUser()

0 commit comments

Comments
 (0)