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