diff options
Diffstat (limited to 'tests/app/Module/BatchUpdate/BatchUpdateDuplicateLinksPluginTest.php')
| -rw-r--r-- | tests/app/Module/BatchUpdate/BatchUpdateDuplicateLinksPluginTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Module/BatchUpdate/BatchUpdateDuplicateLinksPluginTest.php b/tests/app/Module/BatchUpdate/BatchUpdateDuplicateLinksPluginTest.php index 09073400da..be8789dded 100644 --- a/tests/app/Module/BatchUpdate/BatchUpdateDuplicateLinksPluginTest.php +++ b/tests/app/Module/BatchUpdate/BatchUpdateDuplicateLinksPluginTest.php @@ -30,6 +30,6 @@ class BatchUpdateDuplicateLinksPluginTest extends \Fisharebest\Webtrees\TestCase */ public function testClassExists(): void { - $this->assertTrue(class_exists(\Fisharebest\Webtrees\Module\BatchUpdate\BatchUpdateDuplicateLinksPlugin::class)); + $this->assertTrue(class_exists(BatchUpdateDuplicateLinksPlugin::class)); } } |
