-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
* @copyright 2019 Davo Smith, Synergy Learning UK on behalf of Alexander Bias, Ulm University <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class privacy_test extends \core_privacy\tests\provider_testcase { | ||
final class privacy_test extends \core_privacy\tests\provider_testcase { | ||
/** | ||
* Set up the unit tests. | ||
*/ | ||
|
@@ -120,7 +120,7 @@ private function get_users_on_page($page) { | |
* | ||
* @covers \availability_password\privacy\privacy_test::get_users_on_page() | ||
*/ | ||
public function test_get_users_in_context() { | ||
public function test_get_users_in_context(): void { | ||
list($pages, ) = $this->setup_data(); | ||
list($p1, $p2, $p3, $p4) = $pages; | ||
|
||
|
@@ -136,7 +136,7 @@ public function test_get_users_in_context() { | |
* | ||
* @covers ::delete_data_for_users() | ||
*/ | ||
public function test_delete_data_for_users() { | ||
public function test_delete_data_for_users(): void { | ||
list($pages, $users) = $this->setup_data(); | ||
list($p1, $p2, $p3, $p4) = $pages; | ||
list($u1, $u2, $u3) = $users; | ||
|