diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-01-04 15:35:30 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-01-04 15:35:30 +0000 |
| commit | 9b802b22a7b94d1d30e0433dd46fe641f3757505 (patch) | |
| tree | b6134111eeee61fa173c0c443122542b4be9134c /tests/app/GedcomCode | |
| parent | 03bd29ea8404113f04278d95b6e8c519d53b162d (diff) | |
| download | webtrees-9b802b22a7b94d1d30e0433dd46fe641f3757505.tar.gz webtrees-9b802b22a7b94d1d30e0433dd46fe641f3757505.tar.bz2 webtrees-9b802b22a7b94d1d30e0433dd46fe641f3757505.zip | |
Tests
Diffstat (limited to 'tests/app/GedcomCode')
| -rw-r--r-- | tests/app/GedcomCode/GedcomCodeAdopTest.php | 2 | ||||
| -rw-r--r-- | tests/app/GedcomCode/GedcomCodeNameTest.php | 2 | ||||
| -rw-r--r-- | tests/app/GedcomCode/GedcomCodePediTest.php | 2 | ||||
| -rw-r--r-- | tests/app/GedcomCode/GedcomCodeQuayTest.php | 2 | ||||
| -rw-r--r-- | tests/app/GedcomCode/GedcomCodeRelaTest.php | 2 | ||||
| -rw-r--r-- | tests/app/GedcomCode/GedcomCodeStatTest.php | 2 | ||||
| -rw-r--r-- | tests/app/GedcomCode/GedcomCodeTempTest.php | 2 |
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')); } |
