From bb20dd863f3f0a05a232f7324b525ae08f26bc0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Mon, 5 Aug 2024 22:44:12 +0200 Subject: [PATCH] Adding the fixes from pull request #734 for Moodle 4.1. --- tests/modules/turnitin_assign_test.php | 9 --------- tests/modules/turnitin_forum_test.php | 15 --------------- 2 files changed, 24 deletions(-) diff --git a/tests/modules/turnitin_assign_test.php b/tests/modules/turnitin_assign_test.php index 0f43aacd..78fd87e7 100644 --- a/tests/modules/turnitin_assign_test.php +++ b/tests/modules/turnitin_assign_test.php @@ -37,15 +37,6 @@ */ final class turnitin_assign_test extends \advanced_testcase { - /** - * @var \stdClass - */ - public $course; - /** - * @var \stdClass - */ - public $assign; - /** @var stdClass created in setUp. */ protected $course; diff --git a/tests/modules/turnitin_forum_test.php b/tests/modules/turnitin_forum_test.php index 42e3eada..d6b8c8fa 100644 --- a/tests/modules/turnitin_forum_test.php +++ b/tests/modules/turnitin_forum_test.php @@ -36,21 +36,6 @@ */ final class turnitin_forum_test extends \advanced_testcase { - /** - * @var \stdClass $forum - */ - public $forum; - - /** - * @var \stdClass $discussion - */ - public $discussion; - - /** - * @var \stdClass $post - */ - public $post; - /** @var stdClass created in setUp. */ protected $forum;