summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusColumnBirthDayDotMonthYearTest.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-08-19 13:08:40 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-08-19 13:08:40 +0100
commit342dcecd8628deacd49d86f3247fd77e64bf33c3 (patch)
tree8ff64e891a31a8cf255f8040cc57414c977a493e /tests/app/Census/CensusColumnBirthDayDotMonthYearTest.php
parentd9384943e4a87c3116d2a53cd1b0f65a6f0a4b4b (diff)
downloadwebtrees-342dcecd8628deacd49d86f3247fd77e64bf33c3.tar.gz
webtrees-342dcecd8628deacd49d86f3247fd77e64bf33c3.tar.bz2
webtrees-342dcecd8628deacd49d86f3247fd77e64bf33c3.zip
CodeStyle - type mismatch
Diffstat (limited to 'tests/app/Census/CensusColumnBirthDayDotMonthYearTest.php')
-rw-r--r--tests/app/Census/CensusColumnBirthDayDotMonthYearTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Census/CensusColumnBirthDayDotMonthYearTest.php b/tests/app/Census/CensusColumnBirthDayDotMonthYearTest.php
index ce4cdc904c..65b1a223b1 100644
--- a/tests/app/Census/CensusColumnBirthDayDotMonthYearTest.php
+++ b/tests/app/Census/CensusColumnBirthDayDotMonthYearTest.php
@@ -53,6 +53,6 @@ class CensusColumnBirthDayDotMonthYearTest extends \PHPUnit\Framework\TestCase
$column = new CensusColumnBirthDayDotMonthYear($census, '', '');
- $this->assertSame('30. June 1832', $column->generate($individual));
+ $this->assertSame('30. June 1832', $column->generate($individual, $individual));
}
}