diff options
Diffstat (limited to 'tests/app/Module')
75 files changed, 75 insertions, 75 deletions
diff --git a/tests/app/Module/AhnentafelReportModuleTest.php b/tests/app/Module/AhnentafelReportModuleTest.php index b6c2f6f8f7..c4080b79bc 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 7ea884f68e..000050945e 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/BatchUpdate/BatchUpdateBasePluginTest.php b/tests/app/Module/BatchUpdate/BatchUpdateBasePluginTest.php index 5e2a21f5a4..5cead29249 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 e24a752589..a308d179c4 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 6ed7da37c7..926eabe3af 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 26988646dc..3bb0f76550 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 27624e0e64..d72a06d06c 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 2a99cea59b..da00e03411 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 4860800d9b..e8e8a66553 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 d25d067586..1314acc944 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 660684e99e..ee017087c0 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 15f5ee0c45..da7971f2d6 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 7ac3d9edb3..aec3c5de92 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 ea6e9ef92d..141a7d71fb 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 0edadd0aa9..8e7128d586 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 3366a0b364..e87a6e8934 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 ced778f195..f3342bee94 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 97f4418d8d..55d7ce73a5 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/DeathReportModuleTest.php b/tests/app/Module/DeathReportModuleTest.php index 7e2256a8f6..e5502eb825 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/DescendancyModuleTest.php b/tests/app/Module/DescendancyModuleTest.php index 6f6ea16274..cdc41df32b 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 5794daced4..da616b5888 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 d915452c50..ddf0e74185 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 6b1bf88dcb..c96607833d 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 14b5fa0d03..ad9da3534e 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/FamilyGroupReportModuleTest.php b/tests/app/Module/FamilyGroupReportModuleTest.php index 21b0a30b5b..80ae272285 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 ee2cdc69b5..f29b527a33 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 74a1f074f2..b9960695c3 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 a211d806f9..3eed7f06d8 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 0774c406ef..5617c662d8 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/FrequentlyAskedQuestionsModuleTest.php b/tests/app/Module/FrequentlyAskedQuestionsModuleTest.php index e14a8bca92..0836c41a21 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 9715af17cd..11022e1a30 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/HtmlBlockModuleTest.php b/tests/app/Module/HtmlBlockModuleTest.php index deb3296c70..796f1551e7 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 6137503d18..b7a7adcf85 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 f4e975d86e..873e20fc51 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 4460a3dba5..ad0f3a9530 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 715f585603..4ba4796c29 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 7646ff3e55..4c195ffcd3 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 5dbbb791f5..146e496a49 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/LoggedInUsersModuleTest.php b/tests/app/Module/LoggedInUsersModuleTest.php index 13feec5f0e..383ac68962 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/MarriageReportModuleTest.php b/tests/app/Module/MarriageReportModuleTest.php index b52241a9d4..caa69a3acb 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 6025e21d73..4edc3b05bb 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 1410184844..1d0e0bb2af 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 1a0004a531..5e7e58431f 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 2024fe9b1f..72159a767c 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 e1a464cc68..a3edb9f322 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 be1c833247..9dc63b7cd2 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 a1171fc4f1..73f8e9f682 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 253bb36a9d..1f6bd2b405 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 e54eb86954..b31ece9ac5 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 d8535bfb92..044c8cd841 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 539b332c47..1d2fd96695 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 0a1a316e48..6a4ce6372d 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 e3e1038096..203216d62d 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 8cd5e941fb..f4cc9a0750 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/PedigreeReportModuleTest.php b/tests/app/Module/PedigreeReportModuleTest.php index d88d2d6b51..97d3cbefb0 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 5ccc6ba8c6..fd98a6c1ad 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 ea2e866f7a..e095119e01 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/RelativesTabModuleTest.php b/tests/app/Module/RelativesTabModuleTest.php index 43da392ce4..d25b54f8e6 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 cd481c20fb..93517bcbc9 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 a440ddc232..db1f2b10ee 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 1a06b8cc6d..8ed322cbcf 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 a196d4ac2b..dd3ff2d01a 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 804a4edb6e..a551758251 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/StoriesModuleTest.php b/tests/app/Module/StoriesModuleTest.php index 10272c492d..2bce5cdb51 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 4200c825f2..1944af9de9 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/TopGivenNamesModuleTest.php b/tests/app/Module/TopGivenNamesModuleTest.php index 69c599a395..99cfe3730e 100644 --- a/tests/app/Module/TopGivenNamesModuleTest.php +++ b/tests/app/Module/TopGivenNamesModuleTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class TopGivenNamesModuleModule */ -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 8ba5318bba..2b8a49ed6c 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 33377295f3..5d2bc7d321 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 4bd355ccfa..aedb5075cc 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 0634c39f25..63b25aef2e 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 40172aeb32..16da6f9ad5 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 e873a67469..f9cdb1f239 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 5ccc261a62..6a50464b38 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 0d3eff0748..e27ec30d4a 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 f349cdb4d6..d1b659da88 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 */ |
