diff options
Diffstat (limited to 'tests/app/Module/AustrianPresidentsTest.php')
| -rw-r--r-- | tests/app/Module/AustrianPresidentsTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Module/AustrianPresidentsTest.php b/tests/app/Module/AustrianPresidentsTest.php index 0ecad4ee39..afee0cf6f7 100644 --- a/tests/app/Module/AustrianPresidentsTest.php +++ b/tests/app/Module/AustrianPresidentsTest.php @@ -31,7 +31,7 @@ class AustrianPresidentsTest extends TestCase { $module = new AustrianPresidents(); - $individual = $this->createStub(Individual::class); + $individual = self::createStub(Individual::class); foreach ($module->historicEventsAll('de') as $gedcom) { $fact = new Fact($gedcom, $individual, 'test'); |
