diff options
Diffstat (limited to 'tests/app/Census/CensusOfScotland1861Test.php')
| -rw-r--r-- | tests/app/Census/CensusOfScotland1861Test.php | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |
