diff options
Diffstat (limited to 'tests/app/Module/SiteMapModuleTest.php')
| -rw-r--r-- | tests/app/Module/SiteMapModuleTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/app/Module/SiteMapModuleTest.php b/tests/app/Module/SiteMapModuleTest.php index 76b2b1f443..0ad74d09fb 100644 --- a/tests/app/Module/SiteMapModuleTest.php +++ b/tests/app/Module/SiteMapModuleTest.php @@ -1,5 +1,4 @@ <?php - /** * webtrees: online genealogy * Copyright (C) 2018 webtrees development team @@ -14,11 +13,12 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +namespace Fisharebest\Webtrees\Module; /** * Test harness for the class SiteMapModule */ -class SiteMapModuleTest extends \PHPUnit\Framework\TestCase +class SiteMapModuleTest extends \Fisharebest\Webtrees\TestCase { /** * Prepare the environment for these tests |
