summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusColumnChildrenLivingTest.php
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/Census/CensusColumnChildrenLivingTest.php
parent03bd29ea8404113f04278d95b6e8c519d53b162d (diff)
downloadwebtrees-9b802b22a7b94d1d30e0433dd46fe641f3757505.tar.gz
webtrees-9b802b22a7b94d1d30e0433dd46fe641f3757505.tar.bz2
webtrees-9b802b22a7b94d1d30e0433dd46fe641f3757505.zip
Tests
Diffstat (limited to 'tests/app/Census/CensusColumnChildrenLivingTest.php')
-rw-r--r--tests/app/Census/CensusColumnChildrenLivingTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/app/Census/CensusColumnChildrenLivingTest.php b/tests/app/Census/CensusColumnChildrenLivingTest.php
index be45660950..1dafb8b7a0 100644
--- a/tests/app/Census/CensusColumnChildrenLivingTest.php
+++ b/tests/app/Census/CensusColumnChildrenLivingTest.php
@@ -43,7 +43,7 @@ class CensusColumnChildrenLivingTest extends \Fisharebest\Webtrees\TestCase
*
* @return void
*/
- public function testMale()
+ public function testMale(): void
{
$individual = Mockery::mock(Individual::class);
$individual->shouldReceive('getSex')->andReturn('M');
@@ -61,7 +61,7 @@ class CensusColumnChildrenLivingTest extends \Fisharebest\Webtrees\TestCase
*
* @return void
*/
- public function testCountChildren()
+ public function testCountChildren(): void
{
// Stillborn
$child1 = Mockery::mock(Individual::class);