summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusOfScotland1901Test.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-04-17 07:50:10 +0100
committerGreg Roach <fisharebest@webtrees.net>2019-04-17 10:59:44 +0100
commit74d6dc0ec259c643834b111577684e38e74234c8 (patch)
tree8e2a9976638f52f7e477bd0810a7035d0d2c9e1a /tests/app/Census/CensusOfScotland1901Test.php
parente83c38cb0de35e6ed4b3ce544b07c718bff741ad (diff)
downloadwebtrees-74d6dc0ec259c643834b111577684e38e74234c8.tar.gz
webtrees-74d6dc0ec259c643834b111577684e38e74234c8.tar.bz2
webtrees-74d6dc0ec259c643834b111577684e38e74234c8.zip
CodeStyle
Diffstat (limited to 'tests/app/Census/CensusOfScotland1901Test.php')
-rw-r--r--tests/app/Census/CensusOfScotland1901Test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/app/Census/CensusOfScotland1901Test.php b/tests/app/Census/CensusOfScotland1901Test.php
index ee8ccc591a..6ced45bb81 100644
--- a/tests/app/Census/CensusOfScotland1901Test.php
+++ b/tests/app/Census/CensusOfScotland1901Test.php
@@ -31,7 +31,7 @@ class CensusOfScotland1901Test extends \Fisharebest\Webtrees\TestCase
*/
public function testPlaceAndDate(): void
{
- $census = new CensusOfScotland1901;
+ $census = new CensusOfScotland1901();
$this->assertSame('Scotland', $census->censusPlace());
$this->assertSame('31 MAR 1901', $census->censusDate());
@@ -47,7 +47,7 @@ class CensusOfScotland1901Test extends \Fisharebest\Webtrees\TestCase
*/
public function testColumns(): void
{
- $census = new CensusOfScotland1901;
+ $census = new CensusOfScotland1901();
$columns = $census->columns();
$this->assertCount(11, $columns);