diff options
Diffstat (limited to 'tests/app/Census/CensusColumnFatherForeignTest.php')
| -rw-r--r-- | tests/app/Census/CensusColumnFatherForeignTest.php | 2 |
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; } |
