summaryrefslogtreecommitdiff
path: root/tests/app/Module/HtmlBlockModuleTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Module/HtmlBlockModuleTest.php')
-rw-r--r--tests/app/Module/HtmlBlockModuleTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Module/HtmlBlockModuleTest.php b/tests/app/Module/HtmlBlockModuleTest.php
index f5a348b6fe..3116bc0e0a 100644
--- a/tests/app/Module/HtmlBlockModuleTest.php
+++ b/tests/app/Module/HtmlBlockModuleTest.php
@@ -29,6 +29,6 @@ class HtmlBlockModuleTest extends \Fisharebest\Webtrees\TestCase
*/
public function testClassExists(): void
{
- $this->assertTrue(class_exists('\Fisharebest\Webtrees\Module\HtmlBlockModule'));
+ $this->assertTrue(class_exists(\Fisharebest\Webtrees\Module\HtmlBlockModule::class));
}
}