Skip to content

Commit e5a75c0

Browse files
committed
update test case to check for double verification
1 parent fdba737 commit e5a75c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/ViewAsUserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function _testViewAsUser(array $beforeUser, array $afterUser)
2525
// now we should be new user
2626
$this->assertEquals($afterUid, $USER->uid);
2727
// $this->assertTrue($_SESSION["user_exists"]);
28-
http_post(__DIR__ . "/../../resources/templates/header.php", [
28+
http_post(__DIR__ . "/../../webroot/panel/account.php", [
2929
"form_type" => "clearView",
3030
]);
3131
$this->assertArrayNotHasKey("viewUser", $_SESSION);

0 commit comments

Comments
 (0)