File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ public function testQualifyUserByJoinGoupByPI()
121121 $ this ->assertTrue (!$ pi_group ->requestExists ($ USER ));
122122 $ this ->assertRequestedMembership (false , $ gid );
123123 $ this ->assertTrue ($ pi_group ->memberExists ($ USER ));
124- $ this ->assertTrue ($ USER ->exists ());
124+ $ this ->assertTrue ($ USER ->isQualified ());
125125
126126 // $third_request_failed = false;
127127 // try {
@@ -180,7 +180,7 @@ public function testQualifyUserByJoinGoupByAdmin()
180180 $ this ->assertTrue (!$ pi_group ->requestExists ($ USER ));
181181 $ this ->assertRequestedMembership (false , $ gid );
182182 $ this ->assertTrue ($ pi_group ->memberExists ($ USER ));
183- $ this ->assertTrue ($ USER ->exists ());
183+ $ this ->assertTrue ($ USER ->isQualified ());
184184
185185 // $third_request_failed = false;
186186 // try {
@@ -233,7 +233,7 @@ public function testQualifyUserByCreateGroup()
233233
234234 $ this ->assertRequestedPIGroup (false );
235235 $ this ->assertTrue ($ pi_group ->exists ());
236- $ this ->assertTrue ($ USER ->exists ());
236+ $ this ->assertTrue ($ USER ->isQualified ());
237237
238238 // $third_request_failed = false;
239239 // try {
You can’t perform that action at this time.
0 commit comments