summaryrefslogtreecommitdiff
path: root/tests/feature/RelationshipNamesTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/feature/RelationshipNamesTest.php')
-rw-r--r--tests/feature/RelationshipNamesTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/feature/RelationshipNamesTest.php b/tests/feature/RelationshipNamesTest.php
index ca7c7c4087..883ed52192 100644
--- a/tests/feature/RelationshipNamesTest.php
+++ b/tests/feature/RelationshipNamesTest.php
@@ -74,8 +74,8 @@ class RelationshipNamesTest extends TestCase
//
$tree = $this->createMock(Tree::class);
- $individual_factory = $this->createStub(IndividualFactory::class);
- $family_factory = $this->createStub(FamilyFactory::class);
+ $individual_factory = $this->createMock(IndividualFactory::class);
+ $family_factory = $this->createMock(FamilyFactory::class);
Registry::familyFactory($family_factory);
Registry::individualFactory($individual_factory);