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