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