From 5fb08adfdb66b12e8734d524fb0824049eba03c8 Mon Sep 17 00:00:00 2001 From: Mark Sharp Date: Wed, 10 Apr 2024 13:12:26 +0100 Subject: [PATCH] Fix up coding standards --- tests/behat/summative_grading_page_workflow.feature | 2 +- tests/generator.php | 3 +++ tests/generator/lib.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/behat/summative_grading_page_workflow.feature b/tests/behat/summative_grading_page_workflow.feature index a3b824d..e00dced 100644 --- a/tests/behat/summative_grading_page_workflow.feature +++ b/tests/behat/summative_grading_page_workflow.feature @@ -175,4 +175,4 @@ Feature: The ability to release grades depends on permissions and workflow statu And I am on the "SITS1" Activity page logged in as external1 And I follow "View all submissions" When I click on "Select Student 1" "checkbox" - Then the field "Select Student 2" does not match value "checked" \ No newline at end of file + Then the field "Select Student 2" does not match value "checked" diff --git a/tests/generator.php b/tests/generator.php index a95e0bc..8a2e255 100644 --- a/tests/generator.php +++ b/tests/generator.php @@ -31,6 +31,9 @@ use stdClass; use mod_assign_testable_assign; +/** + * A trait to help along the generator + */ trait generator { /** * Creates a template course and registers it as a soltemplate diff --git a/tests/generator/lib.php b/tests/generator/lib.php index ff2a2c7..cd820d1 100644 --- a/tests/generator/lib.php +++ b/tests/generator/lib.php @@ -34,7 +34,7 @@ class local_solsits_generator extends component_generator_base { /** * How many assignment have been created. * - * @var integer + * @var int */ public $assigncount = 0;