diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-09-28 00:40:37 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-09-28 00:40:37 +0100 |
| commit | 52348eb8c11b06a8488e13475e6561273832716a (patch) | |
| tree | 0730bf446a089430ecc789213878c98734b8d953 /tests/app/GedcomCode | |
| parent | 8dded14167f3cf2866bfdc9fea81c35d3d36ea75 (diff) | |
| download | webtrees-52348eb8c11b06a8488e13475e6561273832716a.tar.gz webtrees-52348eb8c11b06a8488e13475e6561273832716a.tar.bz2 webtrees-52348eb8c11b06a8488e13475e6561273832716a.zip | |
PHPdoc
Diffstat (limited to 'tests/app/GedcomCode')
| -rw-r--r-- | tests/app/GedcomCode/GedcomCodeAdopTest.php | 9 | ||||
| -rw-r--r-- | tests/app/GedcomCode/GedcomCodeNameTest.php | 9 | ||||
| -rw-r--r-- | tests/app/GedcomCode/GedcomCodePediTest.php | 9 | ||||
| -rw-r--r-- | tests/app/GedcomCode/GedcomCodeQuayTest.php | 9 | ||||
| -rw-r--r-- | tests/app/GedcomCode/GedcomCodeRelaTest.php | 9 | ||||
| -rw-r--r-- | tests/app/GedcomCode/GedcomCodeStatTest.php | 9 | ||||
| -rw-r--r-- | tests/app/GedcomCode/GedcomCodeTempTest.php | 9 |
7 files changed, 14 insertions, 49 deletions
diff --git a/tests/app/GedcomCode/GedcomCodeAdopTest.php b/tests/app/GedcomCode/GedcomCodeAdopTest.php index 3e156d6aa7..cdaef698e4 100644 --- a/tests/app/GedcomCode/GedcomCodeAdopTest.php +++ b/tests/app/GedcomCode/GedcomCodeAdopTest.php @@ -21,14 +21,9 @@ namespace Fisharebest\Webtrees\GedcomCode; class GedcomCodeAdopTest extends \Fisharebest\Webtrees\TestCase { /** - * Prepare the environment for these tests - */ - public function setUp() - { - } - - /** * Test that the class exists + * + * @return void */ public function testClassExists() { diff --git a/tests/app/GedcomCode/GedcomCodeNameTest.php b/tests/app/GedcomCode/GedcomCodeNameTest.php index 00eb07fd24..92833c872e 100644 --- a/tests/app/GedcomCode/GedcomCodeNameTest.php +++ b/tests/app/GedcomCode/GedcomCodeNameTest.php @@ -21,14 +21,9 @@ namespace Fisharebest\Webtrees\GedcomCode; class GedcomCodeNameTest extends \Fisharebest\Webtrees\TestCase { /** - * Prepare the environment for these tests - */ - public function setUp() - { - } - - /** * Test that the class exists + * + * @return void */ public function testClassExists() { diff --git a/tests/app/GedcomCode/GedcomCodePediTest.php b/tests/app/GedcomCode/GedcomCodePediTest.php index e12a1c8178..66fd96bc2a 100644 --- a/tests/app/GedcomCode/GedcomCodePediTest.php +++ b/tests/app/GedcomCode/GedcomCodePediTest.php @@ -21,14 +21,9 @@ namespace Fisharebest\Webtrees\GedcomCode; class GedcomCodePediTest extends \Fisharebest\Webtrees\TestCase { /** - * Prepare the environment for these tests - */ - public function setUp() - { - } - - /** * Test that the class exists + * + * @return void */ public function testClassExists() { diff --git a/tests/app/GedcomCode/GedcomCodeQuayTest.php b/tests/app/GedcomCode/GedcomCodeQuayTest.php index 0f861c44e6..4ebc8d6c96 100644 --- a/tests/app/GedcomCode/GedcomCodeQuayTest.php +++ b/tests/app/GedcomCode/GedcomCodeQuayTest.php @@ -21,14 +21,9 @@ namespace Fisharebest\Webtrees\GedcomCode; class GedcomCodeQuayTest extends \Fisharebest\Webtrees\TestCase { /** - * Prepare the environment for these tests - */ - public function setUp() - { - } - - /** * Test that the class exists + * + * @return void */ public function testClassExists() { diff --git a/tests/app/GedcomCode/GedcomCodeRelaTest.php b/tests/app/GedcomCode/GedcomCodeRelaTest.php index 92a60b9b6b..0fd8bd6b07 100644 --- a/tests/app/GedcomCode/GedcomCodeRelaTest.php +++ b/tests/app/GedcomCode/GedcomCodeRelaTest.php @@ -21,14 +21,9 @@ namespace Fisharebest\Webtrees\GedcomCode; class GedcomCodeRelaTest extends \Fisharebest\Webtrees\TestCase { /** - * Prepare the environment for these tests - */ - public function setUp() - { - } - - /** * Test that the class exists + * + * @return void */ public function testClassExists() { diff --git a/tests/app/GedcomCode/GedcomCodeStatTest.php b/tests/app/GedcomCode/GedcomCodeStatTest.php index c8a2ba0ccd..712abe5419 100644 --- a/tests/app/GedcomCode/GedcomCodeStatTest.php +++ b/tests/app/GedcomCode/GedcomCodeStatTest.php @@ -21,14 +21,9 @@ namespace Fisharebest\Webtrees\GedcomCode; class GedcomCodeStatTest extends \Fisharebest\Webtrees\TestCase { /** - * Prepare the environment for these tests - */ - public function setUp() - { - } - - /** * Test that the class exists + * + * @return void */ public function testClassExists() { diff --git a/tests/app/GedcomCode/GedcomCodeTempTest.php b/tests/app/GedcomCode/GedcomCodeTempTest.php index 275a2f70c9..e3eb4b8e65 100644 --- a/tests/app/GedcomCode/GedcomCodeTempTest.php +++ b/tests/app/GedcomCode/GedcomCodeTempTest.php @@ -21,14 +21,9 @@ namespace Fisharebest\Webtrees\GedcomCode; class GedcomCodeTempTest extends \Fisharebest\Webtrees\TestCase { /** - * Prepare the environment for these tests - */ - public function setUp() - { - } - - /** * Test that the class exists + * + * @return void */ public function testClassExists() { |
