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