diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-09-12 11:02:11 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-09-12 11:02:11 +0100 |
| commit | 84e2cf4e2b1803b300330f631d304db1a3c443dd (patch) | |
| tree | f3c6c51034ae72292f47075d4dc347bc8e05368a /tests/app/NoteTest.php | |
| parent | 34f1e0a8ae4a1c91479b7ac0e62c93789d4c124b (diff) | |
| download | webtrees-84e2cf4e2b1803b300330f631d304db1a3c443dd.tar.gz webtrees-84e2cf4e2b1803b300330f631d304db1a3c443dd.tar.bz2 webtrees-84e2cf4e2b1803b300330f631d304db1a3c443dd.zip | |
Unit tests for TimeoutService
Diffstat (limited to 'tests/app/NoteTest.php')
| -rw-r--r-- | tests/app/NoteTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/app/NoteTest.php b/tests/app/NoteTest.php index fa77b3ef5e..2cb67f79e8 100644 --- a/tests/app/NoteTest.php +++ b/tests/app/NoteTest.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; /** * Test harness for the class Note */ -class NoteTest extends \PHPUnit\Framework\TestCase +class NoteTest extends \Fisharebest\Webtrees\TestCase { /** * Prepare the environment for these tests |
