summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusColumnMotherForeignTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Census/CensusColumnMotherForeignTest.php')
-rw-r--r--tests/app/Census/CensusColumnMotherForeignTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Census/CensusColumnMotherForeignTest.php b/tests/app/Census/CensusColumnMotherForeignTest.php
index a8384b6386..fe29f4dce7 100644
--- a/tests/app/Census/CensusColumnMotherForeignTest.php
+++ b/tests/app/Census/CensusColumnMotherForeignTest.php
@@ -47,7 +47,7 @@ class CensusColumnMotherForeignTest extends \Fisharebest\Webtrees\TestCase
private function getPlaceMock($place): Place
{
$placeMock = Mockery::mock(Place::class);
- $placeMock->shouldReceive('getGedcomName')->andReturn($place);
+ $placeMock->shouldReceive('gedcomName')->andReturn($place);
return $placeMock;
}