summaryrefslogtreecommitdiff
path: root/tests/app/Module/ChartsBlockModuleTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Module/ChartsBlockModuleTest.php')
-rw-r--r--tests/app/Module/ChartsBlockModuleTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Module/ChartsBlockModuleTest.php b/tests/app/Module/ChartsBlockModuleTest.php
index 47169cda18..163fe666b9 100644
--- a/tests/app/Module/ChartsBlockModuleTest.php
+++ b/tests/app/Module/ChartsBlockModuleTest.php
@@ -27,7 +27,7 @@ class ChartsBlockModuleTest extends \Fisharebest\Webtrees\TestCase
*
* @return void
*/
- public function testClassExists()
+ public function testClassExists(): void
{
$this->assertTrue(class_exists('\Fisharebest\Webtrees\Module\ChartsBlockModule'));
}