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