mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
Merge branch 'MDL-65292' of https://github.com/stronk7/moodle
This commit is contained in:
commit
3278ce7aba
1147 changed files with 2621 additions and 2617 deletions
|
@ -52,7 +52,7 @@ class user_test extends advanced_testcase {
|
|||
/**
|
||||
* Test getting all user identity columns
|
||||
*/
|
||||
public function test_get_identity_columns() : void {
|
||||
public function test_get_identity_columns(): void {
|
||||
$this->resetAfterTest();
|
||||
$this->setAdminUser();
|
||||
|
||||
|
@ -99,7 +99,7 @@ class user_test extends advanced_testcase {
|
|||
/**
|
||||
* Test getting all user identity filters
|
||||
*/
|
||||
public function test_get_identity_filters() : void {
|
||||
public function test_get_identity_filters(): void {
|
||||
$this->resetAfterTest();
|
||||
$this->setAdminUser();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue