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