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