diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-02-05 08:09:08 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-02-05 08:09:49 +0000 |
| commit | 8eaf87094d89aefab9b38d5ab9c97e56b054593b (patch) | |
| tree | d9e9ebeb128a9fefd5189d74f51dfe01bec01d02 /tests/app | |
| parent | d8ca9ae8dc19f74abdd15cf85c897965b7c20a7a (diff) | |
| download | webtrees-8eaf87094d89aefab9b38d5ab9c97e56b054593b.tar.gz webtrees-8eaf87094d89aefab9b38d5ab9c97e56b054593b.tar.bz2 webtrees-8eaf87094d89aefab9b38d5ab9c97e56b054593b.zip | |
#2159 - Allow tabs and sidebars to register the facts that they handle.
Diffstat (limited to 'tests/app')
| -rw-r--r-- | tests/app/Module/ExtraInformationModuleTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Module/ExtraInformationModuleTest.php b/tests/app/Module/ExtraInformationModuleTest.php index c5c4f65416..cb4fa848b9 100644 --- a/tests/app/Module/ExtraInformationModuleTest.php +++ b/tests/app/Module/ExtraInformationModuleTest.php @@ -29,6 +29,6 @@ class ExtraInformationModuleTest extends \Fisharebest\Webtrees\TestCase */ public function testClassExists(): void { - $this->assertTrue(class_exists('\Fisharebest\Webtrees\Module\ExtraInformationModule')); + $this->assertTrue(class_exists('\Fisharebest\Webtrees\Module\IndividualMetadataModule')); } } |
