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/CensusOfScotland1861Test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/app/Census/CensusOfScotland1861Test.php') diff --git a/tests/app/Census/CensusOfScotland1861Test.php b/tests/app/Census/CensusOfScotland1861Test.php index 812da6987b..a4dd2e1adb 100644 --- a/tests/app/Census/CensusOfScotland1861Test.php +++ b/tests/app/Census/CensusOfScotland1861Test.php @@ -29,7 +29,7 @@ class CensusOfScotland1861Test extends \Fisharebest\Webtrees\TestCase * * @return void */ - public function testPlaceAndDate() + public function testPlaceAndDate(): void { $census = new CensusOfScotland1861; @@ -45,7 +45,7 @@ class CensusOfScotland1861Test extends \Fisharebest\Webtrees\TestCase * * @return void */ - public function testColumns() + public function testColumns(): void { $census = new CensusOfScotland1861; $columns = $census->columns(); -- cgit v1.3