diff options
Diffstat (limited to 'tests/app/Module/ReviewChangesModuleTest.php')
| -rw-r--r-- | tests/app/Module/ReviewChangesModuleTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/app/Module/ReviewChangesModuleTest.php b/tests/app/Module/ReviewChangesModuleTest.php index 5d89f23d16..9f747750c5 100644 --- a/tests/app/Module/ReviewChangesModuleTest.php +++ b/tests/app/Module/ReviewChangesModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2019 webtrees development team + * Copyright (C) 2020 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -33,6 +33,6 @@ class ReviewChangesModuleTest extends TestCase */ public function testClassExists(): void { - $this->assertTrue(class_exists(ReviewChangesModule::class)); + self::assertTrue(class_exists(ReviewChangesModule::class)); } } |
