summaryrefslogtreecommitdiff
path: root/tests/app/GedcomCode
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-01-04 15:35:30 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-01-04 15:35:30 +0000
commit9b802b22a7b94d1d30e0433dd46fe641f3757505 (patch)
treeb6134111eeee61fa173c0c443122542b4be9134c /tests/app/GedcomCode
parent03bd29ea8404113f04278d95b6e8c519d53b162d (diff)
downloadwebtrees-9b802b22a7b94d1d30e0433dd46fe641f3757505.tar.gz
webtrees-9b802b22a7b94d1d30e0433dd46fe641f3757505.tar.bz2
webtrees-9b802b22a7b94d1d30e0433dd46fe641f3757505.zip
Tests
Diffstat (limited to 'tests/app/GedcomCode')
-rw-r--r--tests/app/GedcomCode/GedcomCodeAdopTest.php2
-rw-r--r--tests/app/GedcomCode/GedcomCodeNameTest.php2
-rw-r--r--tests/app/GedcomCode/GedcomCodePediTest.php2
-rw-r--r--tests/app/GedcomCode/GedcomCodeQuayTest.php2
-rw-r--r--tests/app/GedcomCode/GedcomCodeRelaTest.php2
-rw-r--r--tests/app/GedcomCode/GedcomCodeStatTest.php2
-rw-r--r--tests/app/GedcomCode/GedcomCodeTempTest.php2
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/app/GedcomCode/GedcomCodeAdopTest.php b/tests/app/GedcomCode/GedcomCodeAdopTest.php
index db74819dd6..db2d5af647 100644
--- a/tests/app/GedcomCode/GedcomCodeAdopTest.php
+++ b/tests/app/GedcomCode/GedcomCodeAdopTest.php
@@ -27,7 +27,7 @@ class GedcomCodeAdopTest extends \Fisharebest\Webtrees\TestCase
*
* @return void
*/
- public function testClassExists()
+ public function testClassExists(): void
{
$this->assertTrue(class_exists('\Fisharebest\Webtrees\GedcomCode\GedcomCodeAdop'));
}
diff --git a/tests/app/GedcomCode/GedcomCodeNameTest.php b/tests/app/GedcomCode/GedcomCodeNameTest.php
index accd3d4ec5..8c51d03fa9 100644
--- a/tests/app/GedcomCode/GedcomCodeNameTest.php
+++ b/tests/app/GedcomCode/GedcomCodeNameTest.php
@@ -27,7 +27,7 @@ class GedcomCodeNameTest extends \Fisharebest\Webtrees\TestCase
*
* @return void
*/
- public function testClassExists()
+ public function testClassExists(): void
{
$this->assertTrue(class_exists('\Fisharebest\Webtrees\GedcomCode\GedcomCodePedi'));
}
diff --git a/tests/app/GedcomCode/GedcomCodePediTest.php b/tests/app/GedcomCode/GedcomCodePediTest.php
index 8b960a4458..0a1962b248 100644
--- a/tests/app/GedcomCode/GedcomCodePediTest.php
+++ b/tests/app/GedcomCode/GedcomCodePediTest.php
@@ -27,7 +27,7 @@ class GedcomCodePediTest extends \Fisharebest\Webtrees\TestCase
*
* @return void
*/
- public function testClassExists()
+ public function testClassExists(): void
{
$this->assertTrue(class_exists('\Fisharebest\Webtrees\GedcomCode\GedcomCodePedi'));
}
diff --git a/tests/app/GedcomCode/GedcomCodeQuayTest.php b/tests/app/GedcomCode/GedcomCodeQuayTest.php
index 0c05ae2797..9de2a4e5dc 100644
--- a/tests/app/GedcomCode/GedcomCodeQuayTest.php
+++ b/tests/app/GedcomCode/GedcomCodeQuayTest.php
@@ -27,7 +27,7 @@ class GedcomCodeQuayTest extends \Fisharebest\Webtrees\TestCase
*
* @return void
*/
- public function testClassExists()
+ public function testClassExists(): void
{
$this->assertTrue(class_exists('\Fisharebest\Webtrees\GedcomCode\GedcomCodeQuay'));
}
diff --git a/tests/app/GedcomCode/GedcomCodeRelaTest.php b/tests/app/GedcomCode/GedcomCodeRelaTest.php
index 3164a2f2cc..98ca6e3128 100644
--- a/tests/app/GedcomCode/GedcomCodeRelaTest.php
+++ b/tests/app/GedcomCode/GedcomCodeRelaTest.php
@@ -27,7 +27,7 @@ class GedcomCodeRelaTest extends \Fisharebest\Webtrees\TestCase
*
* @return void
*/
- public function testClassExists()
+ public function testClassExists(): void
{
$this->assertTrue(class_exists('\Fisharebest\Webtrees\GedcomCode\GedcomCodeRela'));
}
diff --git a/tests/app/GedcomCode/GedcomCodeStatTest.php b/tests/app/GedcomCode/GedcomCodeStatTest.php
index 9986156508..4a8791ef2a 100644
--- a/tests/app/GedcomCode/GedcomCodeStatTest.php
+++ b/tests/app/GedcomCode/GedcomCodeStatTest.php
@@ -27,7 +27,7 @@ class GedcomCodeStatTest extends \Fisharebest\Webtrees\TestCase
*
* @return void
*/
- public function testClassExists()
+ public function testClassExists(): void
{
$this->assertTrue(class_exists('\Fisharebest\Webtrees\GedcomCode\GedcomCodeStat'));
}
diff --git a/tests/app/GedcomCode/GedcomCodeTempTest.php b/tests/app/GedcomCode/GedcomCodeTempTest.php
index 00da9ecb0c..ee1fbbb2fb 100644
--- a/tests/app/GedcomCode/GedcomCodeTempTest.php
+++ b/tests/app/GedcomCode/GedcomCodeTempTest.php
@@ -27,7 +27,7 @@ class GedcomCodeTempTest extends \Fisharebest\Webtrees\TestCase
*
* @return void
*/
- public function testClassExists()
+ public function testClassExists(): void
{
$this->assertTrue(class_exists('\Fisharebest\Webtrees\GedcomCode\GedcomCodeTemp'));
}