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