From 9b802b22a7b94d1d30e0433dd46fe641f3757505 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Fri, 4 Jan 2019 15:35:30 +0000 Subject: Tests --- tests/app/Census/CensusColumnMotherForeignTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/app/Census/CensusColumnMotherForeignTest.php') diff --git a/tests/app/Census/CensusColumnMotherForeignTest.php b/tests/app/Census/CensusColumnMotherForeignTest.php index 75d12434c5..a8384b6386 100644 --- a/tests/app/Census/CensusColumnMotherForeignTest.php +++ b/tests/app/Census/CensusColumnMotherForeignTest.php @@ -58,7 +58,7 @@ class CensusColumnMotherForeignTest extends \Fisharebest\Webtrees\TestCase * * @return void */ - public function testSameCountry() + public function testSameCountry(): void { $mother = Mockery::mock(Individual::class); $mother->shouldReceive('getBirthPlace')->andReturn($this->getPlaceMock('London, England')); @@ -83,7 +83,7 @@ class CensusColumnMotherForeignTest extends \Fisharebest\Webtrees\TestCase * * @return void */ - public function testDifferentCountry() + public function testDifferentCountry(): void { $mother = Mockery::mock(Individual::class); $mother->shouldReceive('getBirthPlace')->andReturn($this->getPlaceMock('London, England')); @@ -108,7 +108,7 @@ class CensusColumnMotherForeignTest extends \Fisharebest\Webtrees\TestCase * * @return void */ - public function testPlaceNoParent() + public function testPlaceNoParent(): void { $family = Mockery::mock(Family::class); $family->shouldReceive('getWife')->andReturn(null); @@ -130,7 +130,7 @@ class CensusColumnMotherForeignTest extends \Fisharebest\Webtrees\TestCase * * @return void */ - public function testPlaceNoParentFamily() + public function testPlaceNoParentFamily(): void { $individual = Mockery::mock(Individual::class); $individual->shouldReceive('getPrimaryChildFamily')->andReturn(null); -- cgit v1.3