diff options
Diffstat (limited to 'tests/app/Census/CensusColumnBirthMonthTest.php')
| -rw-r--r-- | tests/app/Census/CensusColumnBirthMonthTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Census/CensusColumnBirthMonthTest.php b/tests/app/Census/CensusColumnBirthMonthTest.php index 1c122f8b34..ff38247f92 100644 --- a/tests/app/Census/CensusColumnBirthMonthTest.php +++ b/tests/app/Census/CensusColumnBirthMonthTest.php @@ -51,6 +51,6 @@ class CensusColumnBirthMonthTest extends \PHPUnit\Framework\TestCase $column = new CensusColumnBirthMonth($census, '', ''); - $this->assertSame('Jan', $column->generate($individual)); + $this->assertSame('Jan', $column->generate($individual, $individual)); } } |
