Skip to content

Commit

Permalink
MBS-4862: Fix Unitest setUp
Browse files Browse the repository at this point in the history
  • Loading branch information
PM84 committed Jun 28, 2021
1 parent 5db95a6 commit fd6dbbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class assignsubmission_geogebra_events_testcase extends advanced_testcase {
/**
* Setup all the various parts of an assignment activity including creating an geogebra submission.
*/
protected function setUp() {
protected function setUp(): void {
$this->user = $this->getDataGenerator()->create_user();
$this->course = $this->getDataGenerator()->create_course();
/* @var $generator mod_assign_generator */
Expand Down

0 comments on commit fd6dbbe

Please sign in to comment.