Skip to content

Commit 936ee58

Browse files
committed
add parent construct to login context construct
1 parent 1a7419a commit 936ee58

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

features/bootstrap/LoginContext.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public function __construct()
7474
$this->request = new Request();
7575

7676
$this->resetDatabase();
77+
parent::__construct();
7778
}
7879

7980
protected function addXFailedLoginUsernames(int $number, $username)

0 commit comments

Comments
 (0)