diff options
Diffstat (limited to 'tests/app/Module')
88 files changed, 88 insertions, 88 deletions
diff --git a/tests/app/Module/AbstractModuleTest.php b/tests/app/Module/AbstractModuleTest.php index 324cf5b740..23ac9fc311 100644 --- a/tests/app/Module/AbstractModuleTest.php +++ b/tests/app/Module/AbstractModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class AbstractModule */ -class AbstractModuleTest extends \PHPUnit_Framework_TestCase { +class AbstractModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/AhnentafelReportModuleTest.php b/tests/app/Module/AhnentafelReportModuleTest.php index cfbd85cbc2..e96847a8a5 100644 --- a/tests/app/Module/AhnentafelReportModuleTest.php +++ b/tests/app/Module/AhnentafelReportModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class AhnentafelReportModule */ -class AhnentafelReportModuleTest extends \PHPUnit_Framework_TestCase { +class AhnentafelReportModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/AlbumModuleTest.php b/tests/app/Module/AlbumModuleTest.php index e9a705c321..2814e0fada 100644 --- a/tests/app/Module/AlbumModuleTest.php +++ b/tests/app/Module/AlbumModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class AlbumModule */ -class AlbumModuleTest extends \PHPUnit_Framework_TestCase { +class AlbumModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/AncestorsChartModuleTest.php b/tests/app/Module/AncestorsChartModuleTest.php index 5d111111a2..636e3a65ac 100644 --- a/tests/app/Module/AncestorsChartModuleTest.php +++ b/tests/app/Module/AncestorsChartModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class AncestorsChartModule */ -class AncestorsChartModuleTest extends \PHPUnit_Framework_TestCase { +class AncestorsChartModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/BatchUpdate/BatchUpdateBasePluginTest.php b/tests/app/Module/BatchUpdate/BatchUpdateBasePluginTest.php index b1965fecd8..d595b457da 100644 --- a/tests/app/Module/BatchUpdate/BatchUpdateBasePluginTest.php +++ b/tests/app/Module/BatchUpdate/BatchUpdateBasePluginTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class BatchUpdateBasePlugin */ -class BatchUpdateBasePluginTest extends \PHPUnit_Framework_TestCase { +class BatchUpdateBasePluginTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/BatchUpdate/BatchUpdateDuplicateLinksPluginTest.php b/tests/app/Module/BatchUpdate/BatchUpdateDuplicateLinksPluginTest.php index da704d6954..0c8674519c 100644 --- a/tests/app/Module/BatchUpdate/BatchUpdateDuplicateLinksPluginTest.php +++ b/tests/app/Module/BatchUpdate/BatchUpdateDuplicateLinksPluginTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class BatchUpdateDuplicateLinksPlugin */ -class BatchUpdateDuplicateLinksPluginTest extends \PHPUnit_Framework_TestCase { +class BatchUpdateDuplicateLinksPluginTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/BatchUpdate/BatchUpdateMarriedNamesPluginTest.php b/tests/app/Module/BatchUpdate/BatchUpdateMarriedNamesPluginTest.php index 40b2fe41e8..6382dd0aa9 100644 --- a/tests/app/Module/BatchUpdate/BatchUpdateMarriedNamesPluginTest.php +++ b/tests/app/Module/BatchUpdate/BatchUpdateMarriedNamesPluginTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class BatchUpdateMarriedNamesPlugin */ -class BatchUpdateMarriedNamesPluginTest extends \PHPUnit_Framework_TestCase { +class BatchUpdateMarriedNamesPluginTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/BatchUpdate/BatchUpdateMissingDeathPluginTest.php b/tests/app/Module/BatchUpdate/BatchUpdateMissingDeathPluginTest.php index c276658a81..ab9fda2e46 100644 --- a/tests/app/Module/BatchUpdate/BatchUpdateMissingDeathPluginTest.php +++ b/tests/app/Module/BatchUpdate/BatchUpdateMissingDeathPluginTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class BatchUpdateMissingDeathPlugin */ -class BatchUpdateMissingDeathPluginTest extends \PHPUnit_Framework_TestCase { +class BatchUpdateMissingDeathPluginTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/BatchUpdate/BatchUpdateNameFormatPluginTest.php b/tests/app/Module/BatchUpdate/BatchUpdateNameFormatPluginTest.php index b7a616ce1f..46cb6d3ee1 100644 --- a/tests/app/Module/BatchUpdate/BatchUpdateNameFormatPluginTest.php +++ b/tests/app/Module/BatchUpdate/BatchUpdateNameFormatPluginTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class BatchUpdateNameFormatPlugin */ -class BatchUpdateNameFormatPluginTest extends \PHPUnit_Framework_TestCase { +class BatchUpdateNameFormatPluginTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/BatchUpdate/BatchUpdateSearchReplacePluginTest.php b/tests/app/Module/BatchUpdate/BatchUpdateSearchReplacePluginTest.php index 4cc13aedeb..13c6a45c88 100644 --- a/tests/app/Module/BatchUpdate/BatchUpdateSearchReplacePluginTest.php +++ b/tests/app/Module/BatchUpdate/BatchUpdateSearchReplacePluginTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class BatchUpdateSearchReplacePlugin */ -class BatchUpdateSearchReplacePluginTest extends \PHPUnit_Framework_TestCase { +class BatchUpdateSearchReplacePluginTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/BatchUpdateModuleTest.php b/tests/app/Module/BatchUpdateModuleTest.php index a79dbac692..fab80ced73 100644 --- a/tests/app/Module/BatchUpdateModuleTest.php +++ b/tests/app/Module/BatchUpdateModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class BatchUpdateModule */ -class BatchUpdateModuleTest extends \PHPUnit_Framework_TestCase { +class BatchUpdateModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/BirthDeathMarriageReportModuleTest.php b/tests/app/Module/BirthDeathMarriageReportModuleTest.php index 8cee588865..0837836060 100644 --- a/tests/app/Module/BirthDeathMarriageReportModuleTest.php +++ b/tests/app/Module/BirthDeathMarriageReportModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class BirthDeathMarriageReportModule */ -class BirthDeathMarriageReportModuleTest extends \PHPUnit_Framework_TestCase { +class BirthDeathMarriageReportModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/BirthReportModuleTest.php b/tests/app/Module/BirthReportModuleTest.php index ce0d1a2073..da044e0685 100644 --- a/tests/app/Module/BirthReportModuleTest.php +++ b/tests/app/Module/BirthReportModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class BirthReportModule */ -class BirthReportModuleTest extends \PHPUnit_Framework_TestCase { +class BirthReportModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/CemeteryReportModuleTest.php b/tests/app/Module/CemeteryReportModuleTest.php index c13dc5e405..e5dbc21ffb 100644 --- a/tests/app/Module/CemeteryReportModuleTest.php +++ b/tests/app/Module/CemeteryReportModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class CemeteryReportModule */ -class CemeteryReportModuleTest extends \PHPUnit_Framework_TestCase { +class CemeteryReportModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/CensusAssistantModuleTest.php b/tests/app/Module/CensusAssistantModuleTest.php index 3888858f36..c323f3f135 100644 --- a/tests/app/Module/CensusAssistantModuleTest.php +++ b/tests/app/Module/CensusAssistantModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class CensusAssistantModule */ -class CensusAssistantModuleTest extends \PHPUnit_Framework_TestCase { +class CensusAssistantModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/ChangeReportModuleTest.php b/tests/app/Module/ChangeReportModuleTest.php index 074ae937e8..1446c5d068 100644 --- a/tests/app/Module/ChangeReportModuleTest.php +++ b/tests/app/Module/ChangeReportModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class ChangeReportModule */ -class ChangeReportModuleTest extends \PHPUnit_Framework_TestCase { +class ChangeReportModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/ChartsBlockModuleTest.php b/tests/app/Module/ChartsBlockModuleTest.php index 1f121b2a98..aa3dcd3e5e 100644 --- a/tests/app/Module/ChartsBlockModuleTest.php +++ b/tests/app/Module/ChartsBlockModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class ChartsBlockModule */ -class ChartsBlockModuleTest extends \PHPUnit_Framework_TestCase { +class ChartsBlockModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/CkeditorModuleTest.php b/tests/app/Module/CkeditorModuleTest.php index 86664f9b4f..e573afabab 100644 --- a/tests/app/Module/CkeditorModuleTest.php +++ b/tests/app/Module/CkeditorModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class CkeditorModule */ -class CkeditorModuleTest extends \PHPUnit_Framework_TestCase { +class CkeditorModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/ClippingsCart/ClippingsCartControllerTest.php b/tests/app/Module/ClippingsCart/ClippingsCartControllerTest.php index a66984238b..f39a71c9e7 100644 --- a/tests/app/Module/ClippingsCart/ClippingsCartControllerTest.php +++ b/tests/app/Module/ClippingsCart/ClippingsCartControllerTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class ClippingsCartController */ -class ClippingsCartControllerTest extends \PHPUnit_Framework_TestCase { +class ClippingsCartControllerTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/ClippingsCartModuleTest.php b/tests/app/Module/ClippingsCartModuleTest.php index 6812d64277..373b761090 100644 --- a/tests/app/Module/ClippingsCartModuleTest.php +++ b/tests/app/Module/ClippingsCartModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class ClippingsCartModule */ -class ClippingsCartModuleTest extends \PHPUnit_Framework_TestCase { +class ClippingsCartModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/CompactTreeChartModuleTest.php b/tests/app/Module/CompactTreeChartModuleTest.php index d992f5e5b5..2e4b39f906 100644 --- a/tests/app/Module/CompactTreeChartModuleTest.php +++ b/tests/app/Module/CompactTreeChartModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class CompactTreeChartModule */ -class CompactTreeChartModuleTest extends \PHPUnit_Framework_TestCase { +class CompactTreeChartModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/DeathReportModuleTest.php b/tests/app/Module/DeathReportModuleTest.php index b616457f77..afaadb7599 100644 --- a/tests/app/Module/DeathReportModuleTest.php +++ b/tests/app/Module/DeathReportModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class DeathReportModule */ -class DeathReportModuleTest extends \PHPUnit_Framework_TestCase { +class DeathReportModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/DescendancyChartModuleTest.php b/tests/app/Module/DescendancyChartModuleTest.php index 499c3229f2..4008f5ec2e 100644 --- a/tests/app/Module/DescendancyChartModuleTest.php +++ b/tests/app/Module/DescendancyChartModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class DescendancyChartModule */ -class DescendancyChartModuleTest extends \PHPUnit_Framework_TestCase { +class DescendancyChartModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/DescendancyModuleTest.php b/tests/app/Module/DescendancyModuleTest.php index 1125eb8946..1f1aa4445b 100644 --- a/tests/app/Module/DescendancyModuleTest.php +++ b/tests/app/Module/DescendancyModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class DescendancyModule */ -class DescendancyModuleTest extends \PHPUnit_Framework_TestCase { +class DescendancyModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/DescendancyReportModuleTest.php b/tests/app/Module/DescendancyReportModuleTest.php index 2ebeb1cf7e..38aa0d281f 100644 --- a/tests/app/Module/DescendancyReportModuleTest.php +++ b/tests/app/Module/DescendancyReportModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class DescendancyReportModule */ -class DescendancyReportModuleTest extends \PHPUnit_Framework_TestCase { +class DescendancyReportModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/ExtraInformationModuleTest.php b/tests/app/Module/ExtraInformationModuleTest.php index 6240f831a3..0502f7ce90 100644 --- a/tests/app/Module/ExtraInformationModuleTest.php +++ b/tests/app/Module/ExtraInformationModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class ExtraInformationModule */ -class ExtraInformationModuleTest extends \PHPUnit_Framework_TestCase { +class ExtraInformationModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/FactSourcesReportModuleTest.php b/tests/app/Module/FactSourcesReportModuleTest.php index a293a8cfe7..f1ccfbb555 100644 --- a/tests/app/Module/FactSourcesReportModuleTest.php +++ b/tests/app/Module/FactSourcesReportModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class FactSourcesReportModule */ -class FactSourcesReportModuleTest extends \PHPUnit_Framework_TestCase { +class FactSourcesReportModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/FamiliesSidebarModuleTest.php b/tests/app/Module/FamiliesSidebarModuleTest.php index 0567f453c8..385d1d49fa 100644 --- a/tests/app/Module/FamiliesSidebarModuleTest.php +++ b/tests/app/Module/FamiliesSidebarModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class FamiliesSidebarModule */ -class FamiliesSidebarModuleTest extends \PHPUnit_Framework_TestCase { +class FamiliesSidebarModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/FamilyBookChartModuleTest.php b/tests/app/Module/FamilyBookChartModuleTest.php index 4c9e161b64..2ac1480b7c 100644 --- a/tests/app/Module/FamilyBookChartModuleTest.php +++ b/tests/app/Module/FamilyBookChartModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class FamilyBookChartModule */ -class FamilyBookChartModuleTest extends \PHPUnit_Framework_TestCase { +class FamilyBookChartModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/FamilyGroupReportModuleTest.php b/tests/app/Module/FamilyGroupReportModuleTest.php index 7a95a4b73f..39a5ea4c2d 100644 --- a/tests/app/Module/FamilyGroupReportModuleTest.php +++ b/tests/app/Module/FamilyGroupReportModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class FamilyGroupReportModule */ -class FamilyGroupReportModuleTest extends \PHPUnit_Framework_TestCase { +class FamilyGroupReportModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/FamilyNavigatorModuleTest.php b/tests/app/Module/FamilyNavigatorModuleTest.php index 51953371ce..4bd84faaa6 100644 --- a/tests/app/Module/FamilyNavigatorModuleTest.php +++ b/tests/app/Module/FamilyNavigatorModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class FamilyNavigatorModule */ -class FamilyNavigatorModuleTest extends \PHPUnit_Framework_TestCase { +class FamilyNavigatorModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/FamilyTreeFavoritesModuleTest.php b/tests/app/Module/FamilyTreeFavoritesModuleTest.php index 00c598af13..7af37d882f 100644 --- a/tests/app/Module/FamilyTreeFavoritesModuleTest.php +++ b/tests/app/Module/FamilyTreeFavoritesModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class FamilyTreeFavoritesModule */ -class FamilyTreeFavoritesModuleTest extends \PHPUnit_Framework_TestCase { +class FamilyTreeFavoritesModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/FamilyTreeNewsModuleTest.php b/tests/app/Module/FamilyTreeNewsModuleTest.php index 71793fe1e2..9ee8a7924c 100644 --- a/tests/app/Module/FamilyTreeNewsModuleTest.php +++ b/tests/app/Module/FamilyTreeNewsModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class FamilyTreeNewsModule */ -class FamilyTreeNewsModuleTest extends \PHPUnit_Framework_TestCase { +class FamilyTreeNewsModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/FamilyTreeStatisticsModuleTest.php b/tests/app/Module/FamilyTreeStatisticsModuleTest.php index 0bd84c4003..54932959cd 100644 --- a/tests/app/Module/FamilyTreeStatisticsModuleTest.php +++ b/tests/app/Module/FamilyTreeStatisticsModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class FamilyTreeStatisticsModule */ -class FamilyTreeStatisticsModuleTest extends \PHPUnit_Framework_TestCase { +class FamilyTreeStatisticsModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/FanChartModuleTest.php b/tests/app/Module/FanChartModuleTest.php index c025e6e195..28edfc9623 100644 --- a/tests/app/Module/FanChartModuleTest.php +++ b/tests/app/Module/FanChartModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class FanChartModule */ -class FanChartModuleTest extends \PHPUnit_Framework_TestCase { +class FanChartModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/FrequentlyAskedQuestionsModuleTest.php b/tests/app/Module/FrequentlyAskedQuestionsModuleTest.php index 6c42b3d754..7cfda15738 100644 --- a/tests/app/Module/FrequentlyAskedQuestionsModuleTest.php +++ b/tests/app/Module/FrequentlyAskedQuestionsModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class FrequentlyAskedQuestionsModule */ -class FrequentlyAskedQuestionsModuleTest extends \PHPUnit_Framework_TestCase { +class FrequentlyAskedQuestionsModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/GoogleMapsModuleTest.php b/tests/app/Module/GoogleMapsModuleTest.php index 561dee2d72..127034f27e 100644 --- a/tests/app/Module/GoogleMapsModuleTest.php +++ b/tests/app/Module/GoogleMapsModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class GoogleMapsModule */ -class GoogleMapsModuleTest extends \PHPUnit_Framework_TestCase { +class GoogleMapsModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/HourglassChartModuleTest.php b/tests/app/Module/HourglassChartModuleTest.php index e0a7e651f0..991d9922c5 100644 --- a/tests/app/Module/HourglassChartModuleTest.php +++ b/tests/app/Module/HourglassChartModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class HourglassChartModule */ -class HourglassChartModuleTest extends \PHPUnit_Framework_TestCase { +class HourglassChartModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/HtmlBlockModuleTest.php b/tests/app/Module/HtmlBlockModuleTest.php index 76050366a5..efb23e80e6 100644 --- a/tests/app/Module/HtmlBlockModuleTest.php +++ b/tests/app/Module/HtmlBlockModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class HtmlBlockModule */ -class HtmlBlockModuleTest extends \PHPUnit_Framework_TestCase { +class HtmlBlockModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/IndividualFactsTabModuleTest.php b/tests/app/Module/IndividualFactsTabModuleTest.php index 6642c99b2e..9ca08a97b5 100644 --- a/tests/app/Module/IndividualFactsTabModuleTest.php +++ b/tests/app/Module/IndividualFactsTabModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class IndividualFactsTabModule */ -class IndividualFactsTabModuleTest extends \PHPUnit_Framework_TestCase { +class IndividualFactsTabModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/IndividualFamiliesReportModuleTest.php b/tests/app/Module/IndividualFamiliesReportModuleTest.php index bfa2af5d9f..46cd873c57 100644 --- a/tests/app/Module/IndividualFamiliesReportModuleTest.php +++ b/tests/app/Module/IndividualFamiliesReportModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class IndividualFamiliesReportModule */ -class IndividualFamiliesReportModuleTest extends \PHPUnit_Framework_TestCase { +class IndividualFamiliesReportModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/IndividualReportModuleTest.php b/tests/app/Module/IndividualReportModuleTest.php index 02b954db63..eb776d7863 100644 --- a/tests/app/Module/IndividualReportModuleTest.php +++ b/tests/app/Module/IndividualReportModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class IndividualReportModule */ -class IndividualReportModuleTest extends \PHPUnit_Framework_TestCase { +class IndividualReportModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/IndividualSidebarModuleTest.php b/tests/app/Module/IndividualSidebarModuleTest.php index ebffb484f9..2ca473b412 100644 --- a/tests/app/Module/IndividualSidebarModuleTest.php +++ b/tests/app/Module/IndividualSidebarModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class IndividualSidebarModule */ -class IndividualSidebarModuleTest extends \PHPUnit_Framework_TestCase { +class IndividualSidebarModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/InteractiveTree/TreeViewTest.php b/tests/app/Module/InteractiveTree/TreeViewTest.php index 8056848727..811b185224 100644 --- a/tests/app/Module/InteractiveTree/TreeViewTest.php +++ b/tests/app/Module/InteractiveTree/TreeViewTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class TreeView */ -class TreeViewTest extends \PHPUnit_Framework_TestCase { +class TreeViewTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/InteractiveTreeModuleTest.php b/tests/app/Module/InteractiveTreeModuleTest.php index 9fbbe43674..5479e1c1f5 100644 --- a/tests/app/Module/InteractiveTreeModuleTest.php +++ b/tests/app/Module/InteractiveTreeModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class InteractiveTreeModule */ -class InteractiveTreeModuleTest extends \PHPUnit_Framework_TestCase { +class InteractiveTreeModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/LifespansChartModuleTest.php b/tests/app/Module/LifespansChartModuleTest.php index 125cef7f96..dbe8949eee 100644 --- a/tests/app/Module/LifespansChartModuleTest.php +++ b/tests/app/Module/LifespansChartModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class LifespansChartModule */ -class LifespansChartModuleTest extends \PHPUnit_Framework_TestCase { +class LifespansChartModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/LoggedInUsersModuleTest.php b/tests/app/Module/LoggedInUsersModuleTest.php index f4732e64e8..888062e954 100644 --- a/tests/app/Module/LoggedInUsersModuleTest.php +++ b/tests/app/Module/LoggedInUsersModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class LoggedInUsersModule */ -class LoggedInUsersModuleTest extends \PHPUnit_Framework_TestCase { +class LoggedInUsersModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/LoginBlockModuleTest.php b/tests/app/Module/LoginBlockModuleTest.php index e168d29d8e..4cfe6fb7e6 100644 --- a/tests/app/Module/LoginBlockModuleTest.php +++ b/tests/app/Module/LoginBlockModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class LoginBlockModule */ -class LoginBlockModuleTest extends \PHPUnit_Framework_TestCase { +class LoginBlockModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/MarriageReportModuleTest.php b/tests/app/Module/MarriageReportModuleTest.php index 5af9dbc33c..5a869608db 100644 --- a/tests/app/Module/MarriageReportModuleTest.php +++ b/tests/app/Module/MarriageReportModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class MarriageReportModule */ -class MarriageReportModuleTest extends \PHPUnit_Framework_TestCase { +class MarriageReportModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/MediaTabModuleTest.php b/tests/app/Module/MediaTabModuleTest.php index 94004d60df..2b7d273d79 100644 --- a/tests/app/Module/MediaTabModuleTest.php +++ b/tests/app/Module/MediaTabModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class MediaTabModule */ -class MediaTabModuleTest extends \PHPUnit_Framework_TestCase { +class MediaTabModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/MissingFactsReportModuleTest.php b/tests/app/Module/MissingFactsReportModuleTest.php index 0aa1f8953d..f6c4780086 100644 --- a/tests/app/Module/MissingFactsReportModuleTest.php +++ b/tests/app/Module/MissingFactsReportModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class MissingFactsReportModule */ -class MissingFactsReportModuleTest extends \PHPUnit_Framework_TestCase { +class MissingFactsReportModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/ModuleBlockInterfaceTest.php b/tests/app/Module/ModuleBlockInterfaceTest.php index b99c9e0c6b..55bf5d24fb 100644 --- a/tests/app/Module/ModuleBlockInterfaceTest.php +++ b/tests/app/Module/ModuleBlockInterfaceTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class ModuleBlockInterface */ -class ModuleBlockInterfaceTest extends \PHPUnit_Framework_TestCase { +class ModuleBlockInterfaceTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/ModuleChartInterfaceTest.php b/tests/app/Module/ModuleChartInterfaceTest.php index b6017a5849..4798f64590 100644 --- a/tests/app/Module/ModuleChartInterfaceTest.php +++ b/tests/app/Module/ModuleChartInterfaceTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class ModuleChartInterface */ -class ModuleChartInterfaceTest extends \PHPUnit_Framework_TestCase { +class ModuleChartInterfaceTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/ModuleConfigInterfaceTest.php b/tests/app/Module/ModuleConfigInterfaceTest.php index 5b433cd5f0..e177ed48e0 100644 --- a/tests/app/Module/ModuleConfigInterfaceTest.php +++ b/tests/app/Module/ModuleConfigInterfaceTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class ModuleConfigInterface */ -class ModuleConfigInterfaceTest extends \PHPUnit_Framework_TestCase { +class ModuleConfigInterfaceTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/ModuleMenuInterfaceTest.php b/tests/app/Module/ModuleMenuInterfaceTest.php index a9e03d4425..909fbf59b2 100644 --- a/tests/app/Module/ModuleMenuInterfaceTest.php +++ b/tests/app/Module/ModuleMenuInterfaceTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class ModuleMenuInterface */ -class ModuleMenuInterfaceTest extends \PHPUnit_Framework_TestCase { +class ModuleMenuInterfaceTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/ModuleReportInterfaceTest.php b/tests/app/Module/ModuleReportInterfaceTest.php index ba95231055..a130318341 100644 --- a/tests/app/Module/ModuleReportInterfaceTest.php +++ b/tests/app/Module/ModuleReportInterfaceTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class ModuleReportInterface */ -class ModuleReportInterfaceTest extends \PHPUnit_Framework_TestCase { +class ModuleReportInterfaceTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/ModuleSidebarInterfaceTest.php b/tests/app/Module/ModuleSidebarInterfaceTest.php index 983c7abbc9..89318eb101 100644 --- a/tests/app/Module/ModuleSidebarInterfaceTest.php +++ b/tests/app/Module/ModuleSidebarInterfaceTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class ModuleSidebarInterface */ -class ModuleSidebarInterfaceTest extends \PHPUnit_Framework_TestCase { +class ModuleSidebarInterfaceTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/ModuleTabInterfaceTest.php b/tests/app/Module/ModuleTabInterfaceTest.php index 9d27ca621d..873b3c1899 100644 --- a/tests/app/Module/ModuleTabInterfaceTest.php +++ b/tests/app/Module/ModuleTabInterfaceTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class ModuleTabInterface */ -class ModuleTabInterfaceTest extends \PHPUnit_Framework_TestCase { +class ModuleTabInterfaceTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/ModuleThemeInterfaceTest.php b/tests/app/Module/ModuleThemeInterfaceTest.php index 70ba738faa..b05af2238c 100644 --- a/tests/app/Module/ModuleThemeInterfaceTest.php +++ b/tests/app/Module/ModuleThemeInterfaceTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class ModuleThemeInterface */ -class ModuleThemeInterfaceTest extends \PHPUnit_Framework_TestCase { +class ModuleThemeInterfaceTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/NotesTabModuleTest.php b/tests/app/Module/NotesTabModuleTest.php index 8ad92f4f1b..a6fc67976d 100644 --- a/tests/app/Module/NotesTabModuleTest.php +++ b/tests/app/Module/NotesTabModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class NotesTabModule */ -class NotesTabModuleTest extends \PHPUnit_Framework_TestCase { +class NotesTabModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/OccupationReportModuleTest.php b/tests/app/Module/OccupationReportModuleTest.php index ee7f132d18..ab63f268a7 100644 --- a/tests/app/Module/OccupationReportModuleTest.php +++ b/tests/app/Module/OccupationReportModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class OccupationReportModule */ -class OccupationReportModuleTest extends \PHPUnit_Framework_TestCase { +class OccupationReportModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/OnThisDayModuleTest.php b/tests/app/Module/OnThisDayModuleTest.php index 9f3dfb6041..8bba269010 100644 --- a/tests/app/Module/OnThisDayModuleTest.php +++ b/tests/app/Module/OnThisDayModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class OnThisDayModule */ -class OnThisDayModuleTest extends \PHPUnit_Framework_TestCase { +class OnThisDayModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/PageMenuModuleTest.php b/tests/app/Module/PageMenuModuleTest.php index 4d10589220..866c5f9973 100644 --- a/tests/app/Module/PageMenuModuleTest.php +++ b/tests/app/Module/PageMenuModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class PageMenuModule */ -class PageMenuModuleTest extends \PHPUnit_Framework_TestCase { +class PageMenuModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/PedigreeChartModuleTest.php b/tests/app/Module/PedigreeChartModuleTest.php index c6a378431b..5c9e4a77f6 100644 --- a/tests/app/Module/PedigreeChartModuleTest.php +++ b/tests/app/Module/PedigreeChartModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class PedigreeChartModule */ -class PedigreeChartModuleTest extends \PHPUnit_Framework_TestCase { +class PedigreeChartModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/PedigreeReportModuleTest.php b/tests/app/Module/PedigreeReportModuleTest.php index ef17ed73cc..e9be920c2e 100644 --- a/tests/app/Module/PedigreeReportModuleTest.php +++ b/tests/app/Module/PedigreeReportModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class PedigreeReportModule */ -class PedigreeReportModuleTest extends \PHPUnit_Framework_TestCase { +class PedigreeReportModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/RecentChangesModuleTest.php b/tests/app/Module/RecentChangesModuleTest.php index 2ef0b6258d..7f5e63502a 100644 --- a/tests/app/Module/RecentChangesModuleTest.php +++ b/tests/app/Module/RecentChangesModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class RecentChangesModule */ -class RecentChangesModuleTest extends \PHPUnit_Framework_TestCase { +class RecentChangesModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/RelatedIndividualsReportModuleTest.php b/tests/app/Module/RelatedIndividualsReportModuleTest.php index 5a5782df08..9761db85ac 100644 --- a/tests/app/Module/RelatedIndividualsReportModuleTest.php +++ b/tests/app/Module/RelatedIndividualsReportModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class RelatedIndividualsReportModule */ -class RelatedIndividualsReportModuleTest extends \PHPUnit_Framework_TestCase { +class RelatedIndividualsReportModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/RelationshipsChartModuleTest.php b/tests/app/Module/RelationshipsChartModuleTest.php index 5e87f70e25..a71cc332b6 100644 --- a/tests/app/Module/RelationshipsChartModuleTest.php +++ b/tests/app/Module/RelationshipsChartModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class RelationshipsChartModule */ -class RelationshipsChartModuleTest extends \PHPUnit_Framework_TestCase { +class RelationshipsChartModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/RelativesTabModuleTest.php b/tests/app/Module/RelativesTabModuleTest.php index 3c3375ecd8..4bd9eeb64a 100644 --- a/tests/app/Module/RelativesTabModuleTest.php +++ b/tests/app/Module/RelativesTabModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class RelativesTabModule */ -class RelativesTabModuleTest extends \PHPUnit_Framework_TestCase { +class RelativesTabModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/ResearchTaskModuleTest.php b/tests/app/Module/ResearchTaskModuleTest.php index c2aa9aaca5..9cb23aaff3 100644 --- a/tests/app/Module/ResearchTaskModuleTest.php +++ b/tests/app/Module/ResearchTaskModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class ResearchTaskModule */ -class ResearchTaskModuleTest extends \PHPUnit_Framework_TestCase { +class ResearchTaskModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/ReviewChangesModuleTest.php b/tests/app/Module/ReviewChangesModuleTest.php index 0b7ebe0813..ced7aa84f6 100644 --- a/tests/app/Module/ReviewChangesModuleTest.php +++ b/tests/app/Module/ReviewChangesModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class ReviewChangesModule */ -class ReviewChangesModuleTest extends \PHPUnit_Framework_TestCase { +class ReviewChangesModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/SiteMapModuleTest.php b/tests/app/Module/SiteMapModuleTest.php index f144913023..b9966bda06 100644 --- a/tests/app/Module/SiteMapModuleTest.php +++ b/tests/app/Module/SiteMapModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class SiteMapModule */ -class SiteMapModuleTest extends \PHPUnit_Framework_TestCase { +class SiteMapModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/SlideShowModuleTest.php b/tests/app/Module/SlideShowModuleTest.php index c9824da3a7..8be04c9836 100644 --- a/tests/app/Module/SlideShowModuleTest.php +++ b/tests/app/Module/SlideShowModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class SlideShowModule */ -class SlideShowModuleTest extends \PHPUnit_Framework_TestCase { +class SlideShowModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/SourcesTabModuleTest.php b/tests/app/Module/SourcesTabModuleTest.php index 43580c1513..1af944d4f6 100644 --- a/tests/app/Module/SourcesTabModuleTest.php +++ b/tests/app/Module/SourcesTabModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class SourcesTabModule */ -class SourcesTabModuleTest extends \PHPUnit_Framework_TestCase { +class SourcesTabModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/StatisticsChartModuleTest.php b/tests/app/Module/StatisticsChartModuleTest.php index 544a7946ca..da5d26105a 100644 --- a/tests/app/Module/StatisticsChartModuleTest.php +++ b/tests/app/Module/StatisticsChartModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class StatisticsChartModule */ -class StatisticsChartModuleTest extends \PHPUnit_Framework_TestCase { +class StatisticsChartModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/StoriesModuleTest.php b/tests/app/Module/StoriesModuleTest.php index 79be537007..da4bdaa493 100644 --- a/tests/app/Module/StoriesModuleTest.php +++ b/tests/app/Module/StoriesModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class StoriesModule */ -class StoriesModuleTest extends \PHPUnit_Framework_TestCase { +class StoriesModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/ThemeSelectModuleTest.php b/tests/app/Module/ThemeSelectModuleTest.php index 7ec03ce90f..42c973cd72 100644 --- a/tests/app/Module/ThemeSelectModuleTest.php +++ b/tests/app/Module/ThemeSelectModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class ThemeSelectModule */ -class ThemeSelectModuleTest extends \PHPUnit_Framework_TestCase { +class ThemeSelectModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/TimelineChartModuleTest.php b/tests/app/Module/TimelineChartModuleTest.php index 8f6524536f..9b78151bca 100644 --- a/tests/app/Module/TimelineChartModuleTest.php +++ b/tests/app/Module/TimelineChartModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class TimelineChartModule */ -class TimelineChartModuleTest extends \PHPUnit_Framework_TestCase { +class TimelineChartModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/TopGivenNamesModuleTest.php b/tests/app/Module/TopGivenNamesModuleTest.php index f12db4c7ca..00410c9496 100644 --- a/tests/app/Module/TopGivenNamesModuleTest.php +++ b/tests/app/Module/TopGivenNamesModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class TopGivenNamesModule */ -class TopGivenNamesModuleTest extends \PHPUnit_Framework_TestCase { +class TopGivenNamesModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/TopPageViewsModuleTest.php b/tests/app/Module/TopPageViewsModuleTest.php index fd5b8de271..4e9875ecd5 100644 --- a/tests/app/Module/TopPageViewsModuleTest.php +++ b/tests/app/Module/TopPageViewsModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class TopPageViewsModule */ -class TopPageViewsModuleTest extends \PHPUnit_Framework_TestCase { +class TopPageViewsModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/TopSurnamesModuleTest.php b/tests/app/Module/TopSurnamesModuleTest.php index 248b230bd9..65603510aa 100644 --- a/tests/app/Module/TopSurnamesModuleTest.php +++ b/tests/app/Module/TopSurnamesModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class TopSurnamesModule */ -class TopSurnamesModuleTest extends \PHPUnit_Framework_TestCase { +class TopSurnamesModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/UpcomingAnniversariesModuleTest.php b/tests/app/Module/UpcomingAnniversariesModuleTest.php index 136abfb7d1..ea48397d21 100644 --- a/tests/app/Module/UpcomingAnniversariesModuleTest.php +++ b/tests/app/Module/UpcomingAnniversariesModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class UpcomingAnniversariesModule */ -class UpcomingAnniversariesModuleTest extends \PHPUnit_Framework_TestCase { +class UpcomingAnniversariesModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/UserFavoritesModuleTest.php b/tests/app/Module/UserFavoritesModuleTest.php index 66b3844160..344b582d55 100644 --- a/tests/app/Module/UserFavoritesModuleTest.php +++ b/tests/app/Module/UserFavoritesModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class UserFavoritesModule */ -class UserFavoritesModuleTest extends \PHPUnit_Framework_TestCase { +class UserFavoritesModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/UserJournalModuleTest.php b/tests/app/Module/UserJournalModuleTest.php index bbbfab41da..56f2f2738a 100644 --- a/tests/app/Module/UserJournalModuleTest.php +++ b/tests/app/Module/UserJournalModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class UserJournalModule */ -class UserJournalModuleTest extends \PHPUnit_Framework_TestCase { +class UserJournalModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/UserMessagesModuleTest.php b/tests/app/Module/UserMessagesModuleTest.php index 4ec750fea2..6f8e409ebc 100644 --- a/tests/app/Module/UserMessagesModuleTest.php +++ b/tests/app/Module/UserMessagesModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class UserMessagesModule */ -class UserMessagesModuleTest extends \PHPUnit_Framework_TestCase { +class UserMessagesModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/UserWelcomeModuleTest.php b/tests/app/Module/UserWelcomeModuleTest.php index a236788ec8..1e44c32af1 100644 --- a/tests/app/Module/UserWelcomeModuleTest.php +++ b/tests/app/Module/UserWelcomeModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class UserWelcomeModule */ -class UserWelcomeModuleTest extends \PHPUnit_Framework_TestCase { +class UserWelcomeModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/WelcomeBlockModuleTest.php b/tests/app/Module/WelcomeBlockModuleTest.php index 5180cb9085..5efeeac2fd 100644 --- a/tests/app/Module/WelcomeBlockModuleTest.php +++ b/tests/app/Module/WelcomeBlockModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class WelcomeBlockModule */ -class WelcomeBlockModuleTest extends \PHPUnit_Framework_TestCase { +class WelcomeBlockModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ diff --git a/tests/app/Module/YahrzeitModuleTest.php b/tests/app/Module/YahrzeitModuleTest.php index 11dd5bc441..98aeb4b66c 100644 --- a/tests/app/Module/YahrzeitModuleTest.php +++ b/tests/app/Module/YahrzeitModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class YahrzeitModule */ -class YahrzeitModuleTest extends \PHPUnit_Framework_TestCase { +class YahrzeitModuleTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ |
