Skip to content

Commit 3f7fe55

Browse files
committed
DEF-3115: Fixing tests
1 parent fed7638 commit 3f7fe55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/subplugin_step_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ class subplugin_step_test extends \advanced_testcase {
4747
* Create an event to use for testing.
4848
*/
4949
public function setup():void {
50+
5051
// Create a user event.
51-
$this->requestssent = [];
5252
$this->user = \core_user::get_user_by_username('admin');
5353
$this->event = \core\event\user_profile_viewed::create([
5454
'objectid' => $this->user->id,

0 commit comments

Comments
 (0)