Skip to content

Commit

Permalink
Fix up coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpchi committed Apr 10, 2024
1 parent f9e48ce commit 5fb08ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/behat/summative_grading_page_workflow.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Then the field "Select Student 2" does not match value "checked"
3 changes: 3 additions & 0 deletions tests/generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/generator/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5fb08ad

Please sign in to comment.