We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed7638 commit 3f7fe55Copy full SHA for 3f7fe55
1 file changed
tests/subplugin_step_test.php
@@ -47,8 +47,8 @@ class subplugin_step_test extends \advanced_testcase {
47
* Create an event to use for testing.
48
*/
49
public function setup():void {
50
+
51
// Create a user event.
- $this->requestssent = [];
52
$this->user = \core_user::get_user_by_username('admin');
53
$this->event = \core\event\user_profile_viewed::create([
54
'objectid' => $this->user->id,
0 commit comments