summaryrefslogtreecommitdiff
path: root/tests/app/StatsTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/StatsTest.php')
-rw-r--r--tests/app/StatsTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/app/StatsTest.php b/tests/app/StatsTest.php
index 0ae6501e65..1f3a068b1b 100644
--- a/tests/app/StatsTest.php
+++ b/tests/app/StatsTest.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
@@ -31,6 +31,6 @@ class StatsTest extends TestCase
*/
public function testClassExists(): void
{
- $this->assertTrue(class_exists(Statistics::class));
+ self::assertTrue(class_exists(Statistics::class));
}
}