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