summaryrefslogtreecommitdiff
path: root/tests/app/FamilyTest.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-09-28 00:40:37 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-09-28 00:40:37 +0100
commit52348eb8c11b06a8488e13475e6561273832716a (patch)
tree0730bf446a089430ecc789213878c98734b8d953 /tests/app/FamilyTest.php
parent8dded14167f3cf2866bfdc9fea81c35d3d36ea75 (diff)
downloadwebtrees-52348eb8c11b06a8488e13475e6561273832716a.tar.gz
webtrees-52348eb8c11b06a8488e13475e6561273832716a.tar.bz2
webtrees-52348eb8c11b06a8488e13475e6561273832716a.zip
PHPdoc
Diffstat (limited to 'tests/app/FamilyTest.php')
-rw-r--r--tests/app/FamilyTest.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/app/FamilyTest.php b/tests/app/FamilyTest.php
index 2260b9c1a9..3c5cd78ddf 100644
--- a/tests/app/FamilyTest.php
+++ b/tests/app/FamilyTest.php
@@ -21,14 +21,9 @@ namespace Fisharebest\Webtrees;
class FamilyTest extends \Fisharebest\Webtrees\TestCase
{
/**
- * Prepare the environment for these tests
- */
- public function setUp()
- {
- }
-
- /**
* Test that the class exists
+ *
+ * @return void
*/
public function testClassExists()
{