summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusColumnFatherForeignTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Census/CensusColumnFatherForeignTest.php')
-rw-r--r--tests/app/Census/CensusColumnFatherForeignTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Census/CensusColumnFatherForeignTest.php b/tests/app/Census/CensusColumnFatherForeignTest.php
index cf01affb5a..ef93ada4ed 100644
--- a/tests/app/Census/CensusColumnFatherForeignTest.php
+++ b/tests/app/Census/CensusColumnFatherForeignTest.php
@@ -47,7 +47,7 @@ class CensusColumnFatherForeignTest 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;
}