diff options
Diffstat (limited to 'tests/app/Module/AncestorsChartModuleTest.php')
| -rw-r--r-- | tests/app/Module/AncestorsChartModuleTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/app/Module/AncestorsChartModuleTest.php b/tests/app/Module/AncestorsChartModuleTest.php index 3467ab03bf..f2b9bc9514 100644 --- a/tests/app/Module/AncestorsChartModuleTest.php +++ b/tests/app/Module/AncestorsChartModuleTest.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 AncestorsChartModule */ -class AncestorsChartModuleTest extends \PHPUnit\Framework\TestCase +class AncestorsChartModuleTest extends \Fisharebest\Webtrees\TestCase { /** * Prepare the environment for these tests |
