diff options
Diffstat (limited to 'tests/app/Census/CensusColumnBirthDaySlashMonthYearTest.php')
| -rw-r--r-- | tests/app/Census/CensusColumnBirthDaySlashMonthYearTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Census/CensusColumnBirthDaySlashMonthYearTest.php b/tests/app/Census/CensusColumnBirthDaySlashMonthYearTest.php index 947c0ddce4..a6a9b46239 100644 --- a/tests/app/Census/CensusColumnBirthDaySlashMonthYearTest.php +++ b/tests/app/Census/CensusColumnBirthDaySlashMonthYearTest.php @@ -53,6 +53,6 @@ class CensusColumnBirthDaySlashMonthYearTest extends \PHPUnit\Framework\TestCase $column = new CensusColumnBirthDaySlashMonthYear($census, '', ''); - $this->assertSame('30/6 1832', $column->generate($individual)); + $this->assertSame('30/6 1832', $column->generate($individual, $individual)); } } |
