Skip to content

Commit

Permalink
Change unit test to be final
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Apr 16, 2024
1 parent 85fb3e8 commit 91aabb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/event/events_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @covers \qbank_importasversion\event\question_version_imported
*/
class events_test extends \advanced_testcase {
final class events_test extends \advanced_testcase {

public function test_imported_is_logged(): void {
global $USER;
Expand Down

0 comments on commit 91aabb5

Please sign in to comment.