Skip to content

Commit d0a34b7

Browse files
committed
getNonExistentUser should be in htpasswd
1 parent 79a075a commit d0a34b7

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", "[email protected]"];
162+
return ["user2000@org2.test", "foo", "bar", "[email protected]"];
163163
}
164164

165165
function getAdminUser()

0 commit comments

Comments
 (0)