diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-02-10 15:15:00 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-02-10 15:15:00 +0000 |
| commit | 0f963072aa039b14798e565680180921a81e77c3 (patch) | |
| tree | 6cc302a5a8130dd065cf50d35a2331aee91a3f47 /tests/app/Elements | |
| parent | cd87ae68e3cdf41e47b4c1559efe906e024f31d3 (diff) | |
| download | webtrees-0f963072aa039b14798e565680180921a81e77c3.tar.gz webtrees-0f963072aa039b14798e565680180921a81e77c3.tar.bz2 webtrees-0f963072aa039b14798e565680180921a81e77c3.zip | |
Don't uninstall dev dependencies after CI scripts. Fix some CI issues
Diffstat (limited to 'tests/app/Elements')
182 files changed, 182 insertions, 182 deletions
diff --git a/tests/app/Elements/AbstractEventElementTestCase.php b/tests/app/Elements/AbstractEventElementTestCase.php index 11889ceff5..06c6564b1d 100644 --- a/tests/app/Elements/AbstractEventElementTestCase.php +++ b/tests/app/Elements/AbstractEventElementTestCase.php @@ -28,7 +28,7 @@ class AbstractEventElementTestCase extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AbstractXrefElementTestCase.php b/tests/app/Elements/AbstractXrefElementTestCase.php index d1a8d41d9b..429274f91f 100644 --- a/tests/app/Elements/AbstractXrefElementTestCase.php +++ b/tests/app/Elements/AbstractXrefElementTestCase.php @@ -28,7 +28,7 @@ class AbstractXrefElementTestCase extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AddressCityTest.php b/tests/app/Elements/AddressCityTest.php index cd69c2e975..2dcc0bdd8f 100644 --- a/tests/app/Elements/AddressCityTest.php +++ b/tests/app/Elements/AddressCityTest.php @@ -28,7 +28,7 @@ class AddressCityTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AddressCountryTest.php b/tests/app/Elements/AddressCountryTest.php index 7dd089a17a..515b00a592 100644 --- a/tests/app/Elements/AddressCountryTest.php +++ b/tests/app/Elements/AddressCountryTest.php @@ -28,7 +28,7 @@ class AddressCountryTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AddressEmailTest.php b/tests/app/Elements/AddressEmailTest.php index 0107e868f8..fe1e65dc6d 100644 --- a/tests/app/Elements/AddressEmailTest.php +++ b/tests/app/Elements/AddressEmailTest.php @@ -28,7 +28,7 @@ class AddressEmailTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AddressFaxTest.php b/tests/app/Elements/AddressFaxTest.php index cb73e6d9e6..1b4c677c63 100644 --- a/tests/app/Elements/AddressFaxTest.php +++ b/tests/app/Elements/AddressFaxTest.php @@ -28,7 +28,7 @@ class AddressFaxTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AddressLine1Test.php b/tests/app/Elements/AddressLine1Test.php index 0c726e3d2f..2d021823a8 100644 --- a/tests/app/Elements/AddressLine1Test.php +++ b/tests/app/Elements/AddressLine1Test.php @@ -28,7 +28,7 @@ class AddressLine1Test extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AddressLine2Test.php b/tests/app/Elements/AddressLine2Test.php index 568b7d9ab1..7d9ffd713e 100644 --- a/tests/app/Elements/AddressLine2Test.php +++ b/tests/app/Elements/AddressLine2Test.php @@ -28,7 +28,7 @@ class AddressLine2Test extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AddressLine3Test.php b/tests/app/Elements/AddressLine3Test.php index 38fa26187f..ebca7f6051 100644 --- a/tests/app/Elements/AddressLine3Test.php +++ b/tests/app/Elements/AddressLine3Test.php @@ -28,7 +28,7 @@ class AddressLine3Test extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AddressLineTest.php b/tests/app/Elements/AddressLineTest.php index 479ed3ec46..77deaaea2b 100644 --- a/tests/app/Elements/AddressLineTest.php +++ b/tests/app/Elements/AddressLineTest.php @@ -28,7 +28,7 @@ class AddressLineTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AddressPostalCodeTest.php b/tests/app/Elements/AddressPostalCodeTest.php index 890b3ebc54..12cda0a14e 100644 --- a/tests/app/Elements/AddressPostalCodeTest.php +++ b/tests/app/Elements/AddressPostalCodeTest.php @@ -28,7 +28,7 @@ class AddressPostalCodeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AddressStateTest.php b/tests/app/Elements/AddressStateTest.php index 24871e12c2..e0948bd8e7 100644 --- a/tests/app/Elements/AddressStateTest.php +++ b/tests/app/Elements/AddressStateTest.php @@ -28,7 +28,7 @@ class AddressStateTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AddressWebPageTest.php b/tests/app/Elements/AddressWebPageTest.php index b9245180e3..aae859aad2 100644 --- a/tests/app/Elements/AddressWebPageTest.php +++ b/tests/app/Elements/AddressWebPageTest.php @@ -28,7 +28,7 @@ class AddressWebPageTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AdoptedByWhichParentTest.php b/tests/app/Elements/AdoptedByWhichParentTest.php index f31be5d7f7..09baf82f47 100644 --- a/tests/app/Elements/AdoptedByWhichParentTest.php +++ b/tests/app/Elements/AdoptedByWhichParentTest.php @@ -28,7 +28,7 @@ class AdoptedByWhichParentTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AdoptionTest.php b/tests/app/Elements/AdoptionTest.php index 7f26ac5565..7f04da4fce 100644 --- a/tests/app/Elements/AdoptionTest.php +++ b/tests/app/Elements/AdoptionTest.php @@ -28,7 +28,7 @@ class AdoptionTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AdultChristeningTest.php b/tests/app/Elements/AdultChristeningTest.php index 262f8aa08e..571c7baf5c 100644 --- a/tests/app/Elements/AdultChristeningTest.php +++ b/tests/app/Elements/AdultChristeningTest.php @@ -28,7 +28,7 @@ class AdultChristeningTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AgeAtEventTest.php b/tests/app/Elements/AgeAtEventTest.php index f76984a54f..b76f9000e2 100644 --- a/tests/app/Elements/AgeAtEventTest.php +++ b/tests/app/Elements/AgeAtEventTest.php @@ -29,7 +29,7 @@ class AgeAtEventTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AncestralFileNumberTest.php b/tests/app/Elements/AncestralFileNumberTest.php index 22ed7b7a18..c2a1ab150a 100644 --- a/tests/app/Elements/AncestralFileNumberTest.php +++ b/tests/app/Elements/AncestralFileNumberTest.php @@ -29,7 +29,7 @@ class AncestralFileNumberTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AnnulmentTest.php b/tests/app/Elements/AnnulmentTest.php index a3f365ab67..22f6b93a64 100644 --- a/tests/app/Elements/AnnulmentTest.php +++ b/tests/app/Elements/AnnulmentTest.php @@ -28,7 +28,7 @@ class AnnulmentTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ApprovedSystemIdTest.php b/tests/app/Elements/ApprovedSystemIdTest.php index 64f0c2d7b0..23605d2ccb 100644 --- a/tests/app/Elements/ApprovedSystemIdTest.php +++ b/tests/app/Elements/ApprovedSystemIdTest.php @@ -28,7 +28,7 @@ class ApprovedSystemIdTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AttributeDescriptorTest.php b/tests/app/Elements/AttributeDescriptorTest.php index 6479ee3f94..cd4fc33473 100644 --- a/tests/app/Elements/AttributeDescriptorTest.php +++ b/tests/app/Elements/AttributeDescriptorTest.php @@ -28,7 +28,7 @@ class AttributeDescriptorTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/AutomatedRecordIdTest.php b/tests/app/Elements/AutomatedRecordIdTest.php index 475a661cd6..0f41f02d9a 100644 --- a/tests/app/Elements/AutomatedRecordIdTest.php +++ b/tests/app/Elements/AutomatedRecordIdTest.php @@ -28,7 +28,7 @@ class AutomatedRecordIdTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/BaptismTest.php b/tests/app/Elements/BaptismTest.php index 20c61e30c2..ba077eabfa 100644 --- a/tests/app/Elements/BaptismTest.php +++ b/tests/app/Elements/BaptismTest.php @@ -28,7 +28,7 @@ class BaptismTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/BarMitzvahTest.php b/tests/app/Elements/BarMitzvahTest.php index afa41a9e2e..d60e3b20dd 100644 --- a/tests/app/Elements/BarMitzvahTest.php +++ b/tests/app/Elements/BarMitzvahTest.php @@ -28,7 +28,7 @@ class BarMitzvahTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/BasMitzvahTest.php b/tests/app/Elements/BasMitzvahTest.php index 124400f159..3e1f00795b 100644 --- a/tests/app/Elements/BasMitzvahTest.php +++ b/tests/app/Elements/BasMitzvahTest.php @@ -28,7 +28,7 @@ class BasMitzvahTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/BirthTest.php b/tests/app/Elements/BirthTest.php index d09620cbd6..24d502c106 100644 --- a/tests/app/Elements/BirthTest.php +++ b/tests/app/Elements/BirthTest.php @@ -28,7 +28,7 @@ class BirthTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/BlessingTest.php b/tests/app/Elements/BlessingTest.php index ba17b42e19..46ab300d9e 100644 --- a/tests/app/Elements/BlessingTest.php +++ b/tests/app/Elements/BlessingTest.php @@ -28,7 +28,7 @@ class BlessingTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/BurialTest.php b/tests/app/Elements/BurialTest.php index 215810cdc1..776499d0b3 100644 --- a/tests/app/Elements/BurialTest.php +++ b/tests/app/Elements/BurialTest.php @@ -28,7 +28,7 @@ class BurialTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/CasteNameTest.php b/tests/app/Elements/CasteNameTest.php index 7577fe8dcb..07e15805ea 100644 --- a/tests/app/Elements/CasteNameTest.php +++ b/tests/app/Elements/CasteNameTest.php @@ -28,7 +28,7 @@ class CasteNameTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/CauseOfEventTest.php b/tests/app/Elements/CauseOfEventTest.php index 5ab3bb7095..8135b64633 100644 --- a/tests/app/Elements/CauseOfEventTest.php +++ b/tests/app/Elements/CauseOfEventTest.php @@ -28,7 +28,7 @@ class CauseOfEventTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/CensusTest.php b/tests/app/Elements/CensusTest.php index f7e1fa121a..ebf0bbb6d1 100644 --- a/tests/app/Elements/CensusTest.php +++ b/tests/app/Elements/CensusTest.php @@ -30,7 +30,7 @@ class CensusTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/CertaintyAssessmentTest.php b/tests/app/Elements/CertaintyAssessmentTest.php index 4a777cb357..1b7d91184c 100644 --- a/tests/app/Elements/CertaintyAssessmentTest.php +++ b/tests/app/Elements/CertaintyAssessmentTest.php @@ -28,7 +28,7 @@ class CertaintyAssessmentTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ChangeDateTest.php b/tests/app/Elements/ChangeDateTest.php index 1fb3e986b6..bdf869378a 100644 --- a/tests/app/Elements/ChangeDateTest.php +++ b/tests/app/Elements/ChangeDateTest.php @@ -28,7 +28,7 @@ class ChangeDateTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ChangeTest.php b/tests/app/Elements/ChangeTest.php index 0409827084..a3d79f7e84 100644 --- a/tests/app/Elements/ChangeTest.php +++ b/tests/app/Elements/ChangeTest.php @@ -28,7 +28,7 @@ class ChangeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/CharacterSetTest.php b/tests/app/Elements/CharacterSetTest.php index 32159993fb..305f89bb75 100644 --- a/tests/app/Elements/CharacterSetTest.php +++ b/tests/app/Elements/CharacterSetTest.php @@ -28,7 +28,7 @@ class CharacterSetTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ChildLinkageStatusTest.php b/tests/app/Elements/ChildLinkageStatusTest.php index aadcd73080..48c2ace7b7 100644 --- a/tests/app/Elements/ChildLinkageStatusTest.php +++ b/tests/app/Elements/ChildLinkageStatusTest.php @@ -28,7 +28,7 @@ class ChildLinkageStatusTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ChristeningTest.php b/tests/app/Elements/ChristeningTest.php index df18e45b30..70cb11adaa 100644 --- a/tests/app/Elements/ChristeningTest.php +++ b/tests/app/Elements/ChristeningTest.php @@ -28,7 +28,7 @@ class ChristeningTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ConfirmationTest.php b/tests/app/Elements/ConfirmationTest.php index 616b88ddbe..ec0f5ea597 100644 --- a/tests/app/Elements/ConfirmationTest.php +++ b/tests/app/Elements/ConfirmationTest.php @@ -28,7 +28,7 @@ class ConfirmationTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ContentDescriptionTest.php b/tests/app/Elements/ContentDescriptionTest.php index ea4049770a..c427019f8b 100644 --- a/tests/app/Elements/ContentDescriptionTest.php +++ b/tests/app/Elements/ContentDescriptionTest.php @@ -28,7 +28,7 @@ class ContentDescriptionTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/CopyrightFileTest.php b/tests/app/Elements/CopyrightFileTest.php index 8d8ee52f65..73b24d5174 100644 --- a/tests/app/Elements/CopyrightFileTest.php +++ b/tests/app/Elements/CopyrightFileTest.php @@ -28,7 +28,7 @@ class CopyrightFileTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/CopyrightSourceDataTest.php b/tests/app/Elements/CopyrightSourceDataTest.php index 63d69bd2e0..5c534bd42f 100644 --- a/tests/app/Elements/CopyrightSourceDataTest.php +++ b/tests/app/Elements/CopyrightSourceDataTest.php @@ -28,7 +28,7 @@ class CopyrightSourceDataTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/CountOfChildrenTest.php b/tests/app/Elements/CountOfChildrenTest.php index 15118cfc2e..33a3e5193d 100644 --- a/tests/app/Elements/CountOfChildrenTest.php +++ b/tests/app/Elements/CountOfChildrenTest.php @@ -28,7 +28,7 @@ class CountOfChildrenTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/CountOfMarriagesTest.php b/tests/app/Elements/CountOfMarriagesTest.php index 78ee924d2e..1dbb95509d 100644 --- a/tests/app/Elements/CountOfMarriagesTest.php +++ b/tests/app/Elements/CountOfMarriagesTest.php @@ -28,7 +28,7 @@ class CountOfMarriagesTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/CremationTest.php b/tests/app/Elements/CremationTest.php index 0b5a672ae4..b59dae9c46 100644 --- a/tests/app/Elements/CremationTest.php +++ b/tests/app/Elements/CremationTest.php @@ -28,7 +28,7 @@ class CremationTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/CustomElementTest.php b/tests/app/Elements/CustomElementTest.php index da7f7811b8..d76243671c 100644 --- a/tests/app/Elements/CustomElementTest.php +++ b/tests/app/Elements/CustomElementTest.php @@ -28,7 +28,7 @@ class CustomElementTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/CustomEventTest.php b/tests/app/Elements/CustomEventTest.php index 63b0a62784..f5f3f06fc9 100644 --- a/tests/app/Elements/CustomEventTest.php +++ b/tests/app/Elements/CustomEventTest.php @@ -28,7 +28,7 @@ class CustomEventTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/CustomFactTest.php b/tests/app/Elements/CustomFactTest.php index f023dd9ecd..24462a0ba8 100644 --- a/tests/app/Elements/CustomFactTest.php +++ b/tests/app/Elements/CustomFactTest.php @@ -28,7 +28,7 @@ class CustomFactTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/DateLdsOrdTest.php b/tests/app/Elements/DateLdsOrdTest.php index 453e83229e..4590fe3e4c 100644 --- a/tests/app/Elements/DateLdsOrdTest.php +++ b/tests/app/Elements/DateLdsOrdTest.php @@ -28,7 +28,7 @@ class DateLdsOrdTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/DateValueTest.php b/tests/app/Elements/DateValueTest.php index 40e95ebe56..840a701c94 100644 --- a/tests/app/Elements/DateValueTest.php +++ b/tests/app/Elements/DateValueTest.php @@ -28,7 +28,7 @@ class DateValueTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/DeathTest.php b/tests/app/Elements/DeathTest.php index 85806b9a4d..e0324bc81c 100644 --- a/tests/app/Elements/DeathTest.php +++ b/tests/app/Elements/DeathTest.php @@ -28,7 +28,7 @@ class DeathTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/DemographicDataTypeTest.php b/tests/app/Elements/DemographicDataTypeTest.php index 1047b3cbc5..216e367b8c 100644 --- a/tests/app/Elements/DemographicDataTypeTest.php +++ b/tests/app/Elements/DemographicDataTypeTest.php @@ -28,7 +28,7 @@ class DemographicDataTypeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/DescriptiveTitleTest.php b/tests/app/Elements/DescriptiveTitleTest.php index ac9d859749..d1e02432ae 100644 --- a/tests/app/Elements/DescriptiveTitleTest.php +++ b/tests/app/Elements/DescriptiveTitleTest.php @@ -28,7 +28,7 @@ class DescriptiveTitleTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/DivorceFiledTest.php b/tests/app/Elements/DivorceFiledTest.php index b4baecbbb8..0be612c5de 100644 --- a/tests/app/Elements/DivorceFiledTest.php +++ b/tests/app/Elements/DivorceFiledTest.php @@ -28,7 +28,7 @@ class DivorceFiledTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/DivorceTest.php b/tests/app/Elements/DivorceTest.php index 3c2b6ee323..b6635d0d2d 100644 --- a/tests/app/Elements/DivorceTest.php +++ b/tests/app/Elements/DivorceTest.php @@ -28,7 +28,7 @@ class DivorceTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/EmigrationTest.php b/tests/app/Elements/EmigrationTest.php index 99e70fa595..fa6fc87708 100644 --- a/tests/app/Elements/EmigrationTest.php +++ b/tests/app/Elements/EmigrationTest.php @@ -28,7 +28,7 @@ class EmigrationTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/EmptyElementTest.php b/tests/app/Elements/EmptyElementTest.php index 0208b0271a..eb2f4dd485 100644 --- a/tests/app/Elements/EmptyElementTest.php +++ b/tests/app/Elements/EmptyElementTest.php @@ -28,7 +28,7 @@ class EmptyElementTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/EngagementTest.php b/tests/app/Elements/EngagementTest.php index dc6cfd9c05..66f87c7f33 100644 --- a/tests/app/Elements/EngagementTest.php +++ b/tests/app/Elements/EngagementTest.php @@ -28,7 +28,7 @@ class EngagementTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/EventAttributeTypeTest.php b/tests/app/Elements/EventAttributeTypeTest.php index 4b32442b7f..6e6b023266 100644 --- a/tests/app/Elements/EventAttributeTypeTest.php +++ b/tests/app/Elements/EventAttributeTypeTest.php @@ -28,7 +28,7 @@ class EventAttributeTypeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/EventOrFactClassificationTest.php b/tests/app/Elements/EventOrFactClassificationTest.php index 1dbb270073..1a33ecdf0e 100644 --- a/tests/app/Elements/EventOrFactClassificationTest.php +++ b/tests/app/Elements/EventOrFactClassificationTest.php @@ -28,7 +28,7 @@ class EventOrFactClassificationTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/EventTypeCitedFromTest.php b/tests/app/Elements/EventTypeCitedFromTest.php index 656548a5b6..2eb5473f17 100644 --- a/tests/app/Elements/EventTypeCitedFromTest.php +++ b/tests/app/Elements/EventTypeCitedFromTest.php @@ -28,7 +28,7 @@ class EventTypeCitedFromTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/EventsRecordedTest.php b/tests/app/Elements/EventsRecordedTest.php index 7291252f99..54c938ee5c 100644 --- a/tests/app/Elements/EventsRecordedTest.php +++ b/tests/app/Elements/EventsRecordedTest.php @@ -28,7 +28,7 @@ class EventsRecordedTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/FamilyRecordTest.php b/tests/app/Elements/FamilyRecordTest.php index 91ff289ab2..bf823d1bef 100644 --- a/tests/app/Elements/FamilyRecordTest.php +++ b/tests/app/Elements/FamilyRecordTest.php @@ -28,7 +28,7 @@ class FamilyRecordTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/FamilySearchFamilyTreeIdTest.php b/tests/app/Elements/FamilySearchFamilyTreeIdTest.php index 895edc5bdb..0a184f3749 100644 --- a/tests/app/Elements/FamilySearchFamilyTreeIdTest.php +++ b/tests/app/Elements/FamilySearchFamilyTreeIdTest.php @@ -29,7 +29,7 @@ class FamilySearchFamilyTreeIdTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/FamilyStatusTextTest.php b/tests/app/Elements/FamilyStatusTextTest.php index f12181b46b..7654a27045 100644 --- a/tests/app/Elements/FamilyStatusTextTest.php +++ b/tests/app/Elements/FamilyStatusTextTest.php @@ -28,7 +28,7 @@ class FamilyStatusTextTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/FileNameTest.php b/tests/app/Elements/FileNameTest.php index 67deac32a8..21b0392da1 100644 --- a/tests/app/Elements/FileNameTest.php +++ b/tests/app/Elements/FileNameTest.php @@ -28,7 +28,7 @@ class FileNameTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/FirstCommunionTest.php b/tests/app/Elements/FirstCommunionTest.php index be6ed69f95..d4be11eeb4 100644 --- a/tests/app/Elements/FirstCommunionTest.php +++ b/tests/app/Elements/FirstCommunionTest.php @@ -28,7 +28,7 @@ class FirstCommunionTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/FormTest.php b/tests/app/Elements/FormTest.php index 095c3a601a..ebe35f90b2 100644 --- a/tests/app/Elements/FormTest.php +++ b/tests/app/Elements/FormTest.php @@ -28,7 +28,7 @@ class FormTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/GedcomElementTest.php b/tests/app/Elements/GedcomElementTest.php index 11b98a7664..d189bd612d 100644 --- a/tests/app/Elements/GedcomElementTest.php +++ b/tests/app/Elements/GedcomElementTest.php @@ -28,7 +28,7 @@ class GedcomElementTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/GenerationsOfAncestorsTest.php b/tests/app/Elements/GenerationsOfAncestorsTest.php index ed58e27e44..f053114f14 100644 --- a/tests/app/Elements/GenerationsOfAncestorsTest.php +++ b/tests/app/Elements/GenerationsOfAncestorsTest.php @@ -28,7 +28,7 @@ class GenerationsOfAncestorsTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/GenerationsOfDescendantsTest.php b/tests/app/Elements/GenerationsOfDescendantsTest.php index 045e1e92f8..3f7110dede 100644 --- a/tests/app/Elements/GenerationsOfDescendantsTest.php +++ b/tests/app/Elements/GenerationsOfDescendantsTest.php @@ -28,7 +28,7 @@ class GenerationsOfDescendantsTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/GovIdTypeTest.php b/tests/app/Elements/GovIdTypeTest.php index 7c5a08c3ec..498d6b7600 100644 --- a/tests/app/Elements/GovIdTypeTest.php +++ b/tests/app/Elements/GovIdTypeTest.php @@ -28,7 +28,7 @@ class GovIdTypeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/GovIdentifierTest.php b/tests/app/Elements/GovIdentifierTest.php index 56d87ac589..d3ad45637d 100644 --- a/tests/app/Elements/GovIdentifierTest.php +++ b/tests/app/Elements/GovIdentifierTest.php @@ -28,7 +28,7 @@ class GovIdentifierTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/GraduationTest.php b/tests/app/Elements/GraduationTest.php index 41d6270f5c..0b3fb5664a 100644 --- a/tests/app/Elements/GraduationTest.php +++ b/tests/app/Elements/GraduationTest.php @@ -28,7 +28,7 @@ class GraduationTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/HeaderRecordTest.php b/tests/app/Elements/HeaderRecordTest.php index de6deda277..48edc1ef2f 100644 --- a/tests/app/Elements/HeaderRecordTest.php +++ b/tests/app/Elements/HeaderRecordTest.php @@ -28,7 +28,7 @@ class HeaderRecordTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/HierarchicalRelationshipTest.php b/tests/app/Elements/HierarchicalRelationshipTest.php index a9955df77d..820808b339 100644 --- a/tests/app/Elements/HierarchicalRelationshipTest.php +++ b/tests/app/Elements/HierarchicalRelationshipTest.php @@ -28,7 +28,7 @@ class HierarchicalRelationshipTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ImmigrationTest.php b/tests/app/Elements/ImmigrationTest.php index a86c82efef..0c4afe4e2f 100644 --- a/tests/app/Elements/ImmigrationTest.php +++ b/tests/app/Elements/ImmigrationTest.php @@ -28,7 +28,7 @@ class ImmigrationTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/IndividualRecordTest.php b/tests/app/Elements/IndividualRecordTest.php index a7a9b81e42..323ebf7c24 100644 --- a/tests/app/Elements/IndividualRecordTest.php +++ b/tests/app/Elements/IndividualRecordTest.php @@ -28,7 +28,7 @@ class IndividualRecordTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/LanguageIdTest.php b/tests/app/Elements/LanguageIdTest.php index e209075cc9..a8a9c36e4b 100644 --- a/tests/app/Elements/LanguageIdTest.php +++ b/tests/app/Elements/LanguageIdTest.php @@ -28,7 +28,7 @@ class LanguageIdTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/LdsBaptismDateStatusTest.php b/tests/app/Elements/LdsBaptismDateStatusTest.php index 3d96648a2c..73982e20ae 100644 --- a/tests/app/Elements/LdsBaptismDateStatusTest.php +++ b/tests/app/Elements/LdsBaptismDateStatusTest.php @@ -28,7 +28,7 @@ class LdsBaptismDateStatusTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/LdsBaptismTest.php b/tests/app/Elements/LdsBaptismTest.php index 7642701410..dffdebd47f 100644 --- a/tests/app/Elements/LdsBaptismTest.php +++ b/tests/app/Elements/LdsBaptismTest.php @@ -28,7 +28,7 @@ class LdsBaptismTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/LdsChildSealingDateStatusTest.php b/tests/app/Elements/LdsChildSealingDateStatusTest.php index 695e0c7d9c..59218bb2b0 100644 --- a/tests/app/Elements/LdsChildSealingDateStatusTest.php +++ b/tests/app/Elements/LdsChildSealingDateStatusTest.php @@ -28,7 +28,7 @@ class LdsChildSealingDateStatusTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/LdsChildSealingTest.php b/tests/app/Elements/LdsChildSealingTest.php index 75467d968f..1425463e45 100644 --- a/tests/app/Elements/LdsChildSealingTest.php +++ b/tests/app/Elements/LdsChildSealingTest.php @@ -28,7 +28,7 @@ class LdsChildSealingTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/LdsConfirmationTest.php b/tests/app/Elements/LdsConfirmationTest.php index 7865e465f1..4e86b9da32 100644 --- a/tests/app/Elements/LdsConfirmationTest.php +++ b/tests/app/Elements/LdsConfirmationTest.php @@ -28,7 +28,7 @@ class LdsConfirmationTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/LdsEndowmentDateStatusTest.php b/tests/app/Elements/LdsEndowmentDateStatusTest.php index 922c4920e9..d656f3f9e1 100644 --- a/tests/app/Elements/LdsEndowmentDateStatusTest.php +++ b/tests/app/Elements/LdsEndowmentDateStatusTest.php @@ -28,7 +28,7 @@ class LdsEndowmentDateStatusTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/LdsEndowmentTest.php b/tests/app/Elements/LdsEndowmentTest.php index e886807044..a174c38f41 100644 --- a/tests/app/Elements/LdsEndowmentTest.php +++ b/tests/app/Elements/LdsEndowmentTest.php @@ -28,7 +28,7 @@ class LdsEndowmentTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/LdsSpouseSealingDateStatusTest.php b/tests/app/Elements/LdsSpouseSealingDateStatusTest.php index 2dfa47e4da..9606114f5c 100644 --- a/tests/app/Elements/LdsSpouseSealingDateStatusTest.php +++ b/tests/app/Elements/LdsSpouseSealingDateStatusTest.php @@ -28,7 +28,7 @@ class LdsSpouseSealingDateStatusTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/LdsSpouseSealingTest.php b/tests/app/Elements/LdsSpouseSealingTest.php index d6cc766633..093b8e4eaa 100644 --- a/tests/app/Elements/LdsSpouseSealingTest.php +++ b/tests/app/Elements/LdsSpouseSealingTest.php @@ -28,7 +28,7 @@ class LdsSpouseSealingTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/LocationRecordTest.php b/tests/app/Elements/LocationRecordTest.php index 760a5828fe..6d4683c7a5 100644 --- a/tests/app/Elements/LocationRecordTest.php +++ b/tests/app/Elements/LocationRecordTest.php @@ -28,7 +28,7 @@ class LocationRecordTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/MaidenheadLocatorTest.php b/tests/app/Elements/MaidenheadLocatorTest.php index 21e32e2e01..23a2761381 100644 --- a/tests/app/Elements/MaidenheadLocatorTest.php +++ b/tests/app/Elements/MaidenheadLocatorTest.php @@ -28,7 +28,7 @@ class MaidenheadLocatorTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/MarriageBannsTest.php b/tests/app/Elements/MarriageBannsTest.php index b8018c6a46..bb4430e771 100644 --- a/tests/app/Elements/MarriageBannsTest.php +++ b/tests/app/Elements/MarriageBannsTest.php @@ -28,7 +28,7 @@ class MarriageBannsTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/MarriageContractTest.php b/tests/app/Elements/MarriageContractTest.php index 64769cccfd..17ca9e4788 100644 --- a/tests/app/Elements/MarriageContractTest.php +++ b/tests/app/Elements/MarriageContractTest.php @@ -28,7 +28,7 @@ class MarriageContractTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/MarriageLicenceTest.php b/tests/app/Elements/MarriageLicenceTest.php index 383cf33b4c..eb4de5e32e 100644 --- a/tests/app/Elements/MarriageLicenceTest.php +++ b/tests/app/Elements/MarriageLicenceTest.php @@ -28,7 +28,7 @@ class MarriageLicenceTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/MarriageSettlementTest.php b/tests/app/Elements/MarriageSettlementTest.php index f1777d80dd..b21f34b95a 100644 --- a/tests/app/Elements/MarriageSettlementTest.php +++ b/tests/app/Elements/MarriageSettlementTest.php @@ -28,7 +28,7 @@ class MarriageSettlementTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/MarriageTest.php b/tests/app/Elements/MarriageTest.php index 6aeaac6d6c..8ed1d203b0 100644 --- a/tests/app/Elements/MarriageTest.php +++ b/tests/app/Elements/MarriageTest.php @@ -28,7 +28,7 @@ class MarriageTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/MarriageTypeTest.php b/tests/app/Elements/MarriageTypeTest.php index 6286dd9713..224e56168e 100644 --- a/tests/app/Elements/MarriageTypeTest.php +++ b/tests/app/Elements/MarriageTypeTest.php @@ -28,7 +28,7 @@ class MarriageTypeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/MediaRecordTest.php b/tests/app/Elements/MediaRecordTest.php index 6161bb3552..f7c866367e 100644 --- a/tests/app/Elements/MediaRecordTest.php +++ b/tests/app/Elements/MediaRecordTest.php @@ -28,7 +28,7 @@ class MediaRecordTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/MultimediaFileReferenceTest.php b/tests/app/Elements/MultimediaFileReferenceTest.php index 10ee65f49e..0e92ac65c9 100644 --- a/tests/app/Elements/MultimediaFileReferenceTest.php +++ b/tests/app/Elements/MultimediaFileReferenceTest.php @@ -28,7 +28,7 @@ class MultimediaFileReferenceTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/MultimediaFormatTest.php b/tests/app/Elements/MultimediaFormatTest.php index cb4a43418e..1dcde019c8 100644 --- a/tests/app/Elements/MultimediaFormatTest.php +++ b/tests/app/Elements/MultimediaFormatTest.php @@ -28,7 +28,7 @@ class MultimediaFormatTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NameOfBusinessTest.php b/tests/app/Elements/NameOfBusinessTest.php index fb6fe396fc..0fd9d84363 100644 --- a/tests/app/Elements/NameOfBusinessTest.php +++ b/tests/app/Elements/NameOfBusinessTest.php @@ -28,7 +28,7 @@ class NameOfBusinessTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NameOfFamilyFileTest.php b/tests/app/Elements/NameOfFamilyFileTest.php index f34a1a7931..2e43b34f8c 100644 --- a/tests/app/Elements/NameOfFamilyFileTest.php +++ b/tests/app/Elements/NameOfFamilyFileTest.php @@ -28,7 +28,7 @@ class NameOfFamilyFileTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NameOfProductTest.php b/tests/app/Elements/NameOfProductTest.php index 626012b681..767537eb39 100644 --- a/tests/app/Elements/NameOfProductTest.php +++ b/tests/app/Elements/NameOfProductTest.php @@ -28,7 +28,7 @@ class NameOfProductTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NameOfRepositoryTest.php b/tests/app/Elements/NameOfRepositoryTest.php index bf334d4582..343aa7e9f5 100644 --- a/tests/app/Elements/NameOfRepositoryTest.php +++ b/tests/app/Elements/NameOfRepositoryTest.php @@ -28,7 +28,7 @@ class NameOfRepositoryTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NameOfSourceDataTest.php b/tests/app/Elements/NameOfSourceDataTest.php index 9069e74964..17b57122fc 100644 --- a/tests/app/Elements/NameOfSourceDataTest.php +++ b/tests/app/Elements/NameOfSourceDataTest.php @@ -28,7 +28,7 @@ class NameOfSourceDataTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NamePersonalTest.php b/tests/app/Elements/NamePersonalTest.php index a2b7139ac0..52a185d7a9 100644 --- a/tests/app/Elements/NamePersonalTest.php +++ b/tests/app/Elements/NamePersonalTest.php @@ -28,7 +28,7 @@ class NamePersonalTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NamePhoneticVariationTest.php b/tests/app/Elements/NamePhoneticVariationTest.php index 094f07476a..c534e0f7b0 100644 --- a/tests/app/Elements/NamePhoneticVariationTest.php +++ b/tests/app/Elements/NamePhoneticVariationTest.php @@ -28,7 +28,7 @@ class NamePhoneticVariationTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NamePieceGivenTest.php b/tests/app/Elements/NamePieceGivenTest.php index ce563c29bd..5bca0d4084 100644 --- a/tests/app/Elements/NamePieceGivenTest.php +++ b/tests/app/Elements/NamePieceGivenTest.php @@ -28,7 +28,7 @@ class NamePieceGivenTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NamePieceNicknameTest.php b/tests/app/Elements/NamePieceNicknameTest.php index 9b9643c7c4..404e28a74d 100644 --- a/tests/app/Elements/NamePieceNicknameTest.php +++ b/tests/app/Elements/NamePieceNicknameTest.php @@ -28,7 +28,7 @@ class NamePieceNicknameTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NamePiecePrefixTest.php b/tests/app/Elements/NamePiecePrefixTest.php index 8e17c9dc61..a116658a7a 100644 --- a/tests/app/Elements/NamePiecePrefixTest.php +++ b/tests/app/Elements/NamePiecePrefixTest.php @@ -28,7 +28,7 @@ class NamePiecePrefixTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NamePieceSuffixTest.php b/tests/app/Elements/NamePieceSuffixTest.php index 1f4cc6b5ee..9a9bc5c671 100644 --- a/tests/app/Elements/NamePieceSuffixTest.php +++ b/tests/app/Elements/NamePieceSuffixTest.php @@ -28,7 +28,7 @@ class NamePieceSuffixTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NamePieceSurnamePrefixTest.php b/tests/app/Elements/NamePieceSurnamePrefixTest.php index dc7820a562..e8ed4ffd86 100644 --- a/tests/app/Elements/NamePieceSurnamePrefixTest.php +++ b/tests/app/Elements/NamePieceSurnamePrefixTest.php @@ -28,7 +28,7 @@ class NamePieceSurnamePrefixTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NamePieceSurnameTest.php b/tests/app/Elements/NamePieceSurnameTest.php index 18a6668ab5..f1b474c9b8 100644 --- a/tests/app/Elements/NamePieceSurnameTest.php +++ b/tests/app/Elements/NamePieceSurnameTest.php @@ -28,7 +28,7 @@ class NamePieceSurnameTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NameRomanizedVariationTest.php b/tests/app/Elements/NameRomanizedVariationTest.php index 36a708d106..f9968b1923 100644 --- a/tests/app/Elements/NameRomanizedVariationTest.php +++ b/tests/app/Elements/NameRomanizedVariationTest.php @@ -28,7 +28,7 @@ class NameRomanizedVariationTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NameTypeTest.php b/tests/app/Elements/NameTypeTest.php index 8d52855412..23dea36bd1 100644 --- a/tests/app/Elements/NameTypeTest.php +++ b/tests/app/Elements/NameTypeTest.php @@ -28,7 +28,7 @@ class NameTypeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NationalIdNumberTest.php b/tests/app/Elements/NationalIdNumberTest.php index 46366c36e8..0847e56c91 100644 --- a/tests/app/Elements/NationalIdNumberTest.php +++ b/tests/app/Elements/NationalIdNumberTest.php @@ -28,7 +28,7 @@ class NationalIdNumberTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NationalOrTribalOriginTest.php b/tests/app/Elements/NationalOrTribalOriginTest.php index 05e3671d23..b746eba2bb 100644 --- a/tests/app/Elements/NationalOrTribalOriginTest.php +++ b/tests/app/Elements/NationalOrTribalOriginTest.php @@ -28,7 +28,7 @@ class NationalOrTribalOriginTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NaturalizationTest.php b/tests/app/Elements/NaturalizationTest.php index 55434257ac..5225b32416 100644 --- a/tests/app/Elements/NaturalizationTest.php +++ b/tests/app/Elements/NaturalizationTest.php @@ -28,7 +28,7 @@ class NaturalizationTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NobilityTypeTitleTest.php b/tests/app/Elements/NobilityTypeTitleTest.php index 025899f2dc..0d98436598 100644 --- a/tests/app/Elements/NobilityTypeTitleTest.php +++ b/tests/app/Elements/NobilityTypeTitleTest.php @@ -28,7 +28,7 @@ class NobilityTypeTitleTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NoteRecordTest.php b/tests/app/Elements/NoteRecordTest.php index f9d0e0f387..7812f711b0 100644 --- a/tests/app/Elements/NoteRecordTest.php +++ b/tests/app/Elements/NoteRecordTest.php @@ -28,7 +28,7 @@ class NoteRecordTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/NoteStructureTest.php b/tests/app/Elements/NoteStructureTest.php index dcc1a29312..c16ac76107 100644 --- a/tests/app/Elements/NoteStructureTest.php +++ b/tests/app/Elements/NoteStructureTest.php @@ -28,7 +28,7 @@ class NoteStructureTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/OccupationTest.php b/tests/app/Elements/OccupationTest.php index 0587ef35ff..1079d990c7 100644 --- a/tests/app/Elements/OccupationTest.php +++ b/tests/app/Elements/OccupationTest.php @@ -28,7 +28,7 @@ class OccupationTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/OrdinanceProcessFlagTest.php b/tests/app/Elements/OrdinanceProcessFlagTest.php index 28353734b8..fb1fa9d35a 100644 --- a/tests/app/Elements/OrdinanceProcessFlagTest.php +++ b/tests/app/Elements/OrdinanceProcessFlagTest.php @@ -28,7 +28,7 @@ class OrdinanceProcessFlagTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/OrdinationTest.php b/tests/app/Elements/OrdinationTest.php index 9d79ea1bd1..df7597c7c7 100644 --- a/tests/app/Elements/OrdinationTest.php +++ b/tests/app/Elements/OrdinationTest.php @@ -28,7 +28,7 @@ class OrdinationTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/PafUidTest.php b/tests/app/Elements/PafUidTest.php index 22a5dad47c..5372cf51a3 100644 --- a/tests/app/Elements/PafUidTest.php +++ b/tests/app/Elements/PafUidTest.php @@ -28,7 +28,7 @@ class PafUidTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/PedigreeLinkageTypeTest.php b/tests/app/Elements/PedigreeLinkageTypeTest.php index 5bffed2293..14f175f1fc 100644 --- a/tests/app/Elements/PedigreeLinkageTypeTest.php +++ b/tests/app/Elements/PedigreeLinkageTypeTest.php @@ -28,7 +28,7 @@ class PedigreeLinkageTypeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/PermanentRecordFileNumberTest.php b/tests/app/Elements/PermanentRecordFileNumberTest.php index 46fd4d73eb..ae563a34c1 100644 --- a/tests/app/Elements/PermanentRecordFileNumberTest.php +++ b/tests/app/Elements/PermanentRecordFileNumberTest.php @@ -28,7 +28,7 @@ class PermanentRecordFileNumberTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/PhoneNumberTest.php b/tests/app/Elements/PhoneNumberTest.php index 714573d073..7181cb361e 100644 --- a/tests/app/Elements/PhoneNumberTest.php +++ b/tests/app/Elements/PhoneNumberTest.php @@ -28,7 +28,7 @@ class PhoneNumberTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/PhoneticTypeTest.php b/tests/app/Elements/PhoneticTypeTest.php index ba2a7d4048..9e22cf4e42 100644 --- a/tests/app/Elements/PhoneticTypeTest.php +++ b/tests/app/Elements/PhoneticTypeTest.php @@ -28,7 +28,7 @@ class PhoneticTypeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/PhysicalDescriptionTest.php b/tests/app/Elements/PhysicalDescriptionTest.php index 63861fc67b..500b1db1dd 100644 --- a/tests/app/Elements/PhysicalDescriptionTest.php +++ b/tests/app/Elements/PhysicalDescriptionTest.php @@ -28,7 +28,7 @@ class PhysicalDescriptionTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/PlaceHierarchyTest.php b/tests/app/Elements/PlaceHierarchyTest.php index 266451f632..b61e2f4d1e 100644 --- a/tests/app/Elements/PlaceHierarchyTest.php +++ b/tests/app/Elements/PlaceHierarchyTest.php @@ -28,7 +28,7 @@ class PlaceHierarchyTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/PlaceLatitudeTest.php b/tests/app/Elements/PlaceLatitudeTest.php index 6c5e173083..868a23332b 100644 --- a/tests/app/Elements/PlaceLatitudeTest.php +++ b/tests/app/Elements/PlaceLatitudeTest.php @@ -28,7 +28,7 @@ class PlaceLatitudeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/PlaceLivingOrdinanceTest.php b/tests/app/Elements/PlaceLivingOrdinanceTest.php index af2de78528..2408bc42ae 100644 --- a/tests/app/Elements/PlaceLivingOrdinanceTest.php +++ b/tests/app/Elements/PlaceLivingOrdinanceTest.php @@ -28,7 +28,7 @@ class PlaceLivingOrdinanceTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/PlaceLongtitudeTest.php b/tests/app/Elements/PlaceLongtitudeTest.php index 78853a2e46..788fb00f51 100644 --- a/tests/app/Elements/PlaceLongtitudeTest.php +++ b/tests/app/Elements/PlaceLongtitudeTest.php @@ -28,7 +28,7 @@ class PlaceLongtitudeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/PlaceNameTest.php b/tests/app/Elements/PlaceNameTest.php index 1dbbb06c6f..18e1f97435 100644 --- a/tests/app/Elements/PlaceNameTest.php +++ b/tests/app/Elements/PlaceNameTest.php @@ -28,7 +28,7 @@ class PlaceNameTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/PlacePhoneticVariationTest.php b/tests/app/Elements/PlacePhoneticVariationTest.php index 16a8e8e46f..481b54b250 100644 --- a/tests/app/Elements/PlacePhoneticVariationTest.php +++ b/tests/app/Elements/PlacePhoneticVariationTest.php @@ -28,7 +28,7 @@ class PlacePhoneticVariationTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/PlaceRomanizedVariationTest.php b/tests/app/Elements/PlaceRomanizedVariationTest.php index e4ceaccd0f..bb1d8c1bc7 100644 --- a/tests/app/Elements/PlaceRomanizedVariationTest.php +++ b/tests/app/Elements/PlaceRomanizedVariationTest.php @@ -28,7 +28,7 @@ class PlaceRomanizedVariationTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/PossessionsTest.php b/tests/app/Elements/PossessionsTest.php index 04ea6b3044..c38aec6db6 100644 --- a/tests/app/Elements/PossessionsTest.php +++ b/tests/app/Elements/PossessionsTest.php @@ -28,7 +28,7 @@ class PossessionsTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ProbateTest.php b/tests/app/Elements/ProbateTest.php index a2ea7ac8d8..b145dcaa03 100644 --- a/tests/app/Elements/ProbateTest.php +++ b/tests/app/Elements/ProbateTest.php @@ -28,7 +28,7 @@ class ProbateTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/PublicationDateTest.php b/tests/app/Elements/PublicationDateTest.php index fca8955382..a33cbf7494 100644 --- a/tests/app/Elements/PublicationDateTest.php +++ b/tests/app/Elements/PublicationDateTest.php @@ -28,7 +28,7 @@ class PublicationDateTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ReceivingSystemNameTest.php b/tests/app/Elements/ReceivingSystemNameTest.php index 78b9ac64cc..88ef406078 100644 --- a/tests/app/Elements/ReceivingSystemNameTest.php +++ b/tests/app/Elements/ReceivingSystemNameTest.php @@ -28,7 +28,7 @@ class ReceivingSystemNameTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/RelationIsDescriptorTest.php b/tests/app/Elements/RelationIsDescriptorTest.php index 2e53d2b145..59da9034fc 100644 --- a/tests/app/Elements/RelationIsDescriptorTest.php +++ b/tests/app/Elements/RelationIsDescriptorTest.php @@ -28,7 +28,7 @@ class RelationIsDescriptorTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ReligiousAffiliationTest.php b/tests/app/Elements/ReligiousAffiliationTest.php index 90078a558b..a9b11954bb 100644 --- a/tests/app/Elements/ReligiousAffiliationTest.php +++ b/tests/app/Elements/ReligiousAffiliationTest.php @@ -28,7 +28,7 @@ class ReligiousAffiliationTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/RepositoryRecordTest.php b/tests/app/Elements/RepositoryRecordTest.php index 0979f1f6ce..fe705716a6 100644 --- a/tests/app/Elements/RepositoryRecordTest.php +++ b/tests/app/Elements/RepositoryRecordTest.php @@ -28,7 +28,7 @@ class RepositoryRecordTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ResearchTaskPriorityTest.php b/tests/app/Elements/ResearchTaskPriorityTest.php index e5c275caad..05496412e6 100644 --- a/tests/app/Elements/ResearchTaskPriorityTest.php +++ b/tests/app/Elements/ResearchTaskPriorityTest.php @@ -28,7 +28,7 @@ class ResearchTaskPriorityTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ResearchTaskStatusTest.php b/tests/app/Elements/ResearchTaskStatusTest.php index 3ca3e7e4b0..624e478f5c 100644 --- a/tests/app/Elements/ResearchTaskStatusTest.php +++ b/tests/app/Elements/ResearchTaskStatusTest.php @@ -28,7 +28,7 @@ class ResearchTaskStatusTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ResearchTaskTest.php b/tests/app/Elements/ResearchTaskTest.php index 8968391570..fe7d695428 100644 --- a/tests/app/Elements/ResearchTaskTest.php +++ b/tests/app/Elements/ResearchTaskTest.php @@ -28,7 +28,7 @@ class ResearchTaskTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ResearchTaskTypeTest.php b/tests/app/Elements/ResearchTaskTypeTest.php index b9f674c12c..c6693e516b 100644 --- a/tests/app/Elements/ResearchTaskTypeTest.php +++ b/tests/app/Elements/ResearchTaskTypeTest.php @@ -28,7 +28,7 @@ class ResearchTaskTypeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ResidenceTest.php b/tests/app/Elements/ResidenceTest.php index bc97018a65..fa804e0355 100644 --- a/tests/app/Elements/ResidenceTest.php +++ b/tests/app/Elements/ResidenceTest.php @@ -28,7 +28,7 @@ class ResidenceTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ResponsibleAgencyTest.php b/tests/app/Elements/ResponsibleAgencyTest.php index 126e16f712..8964560db4 100644 --- a/tests/app/Elements/ResponsibleAgencyTest.php +++ b/tests/app/Elements/ResponsibleAgencyTest.php @@ -28,7 +28,7 @@ class ResponsibleAgencyTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/RestrictionNoticeTest.php b/tests/app/Elements/RestrictionNoticeTest.php index bcbc32efca..c394ee6725 100644 --- a/tests/app/Elements/RestrictionNoticeTest.php +++ b/tests/app/Elements/RestrictionNoticeTest.php @@ -28,7 +28,7 @@ class RestrictionNoticeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/RetirementTest.php b/tests/app/Elements/RetirementTest.php index 1f93cc5954..27b708a004 100644 --- a/tests/app/Elements/RetirementTest.php +++ b/tests/app/Elements/RetirementTest.php @@ -28,7 +28,7 @@ class RetirementTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/RoleInEventTest.php b/tests/app/Elements/RoleInEventTest.php index 51f2c7016d..b36f9079a9 100644 --- a/tests/app/Elements/RoleInEventTest.php +++ b/tests/app/Elements/RoleInEventTest.php @@ -28,7 +28,7 @@ class RoleInEventTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/RomanizedTypeTest.php b/tests/app/Elements/RomanizedTypeTest.php index f4a572876c..ee32dce26b 100644 --- a/tests/app/Elements/RomanizedTypeTest.php +++ b/tests/app/Elements/RomanizedTypeTest.php @@ -28,7 +28,7 @@ class RomanizedTypeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/ScholasticAchievementTest.php b/tests/app/Elements/ScholasticAchievementTest.php index cf0c9acc87..e064cf94bf 100644 --- a/tests/app/Elements/ScholasticAchievementTest.php +++ b/tests/app/Elements/ScholasticAchievementTest.php @@ -28,7 +28,7 @@ class ScholasticAchievementTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SexValueTest.php b/tests/app/Elements/SexValueTest.php index c44cbd52d9..3c0c743cf9 100644 --- a/tests/app/Elements/SexValueTest.php +++ b/tests/app/Elements/SexValueTest.php @@ -28,7 +28,7 @@ class SexValueTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SexXValueTest.php b/tests/app/Elements/SexXValueTest.php index 2227389e1e..5002b70f36 100644 --- a/tests/app/Elements/SexXValueTest.php +++ b/tests/app/Elements/SexXValueTest.php @@ -28,7 +28,7 @@ class SexXValueTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SocialSecurityNumberTest.php b/tests/app/Elements/SocialSecurityNumberTest.php index e04343d95b..24d148498b 100644 --- a/tests/app/Elements/SocialSecurityNumberTest.php +++ b/tests/app/Elements/SocialSecurityNumberTest.php @@ -28,7 +28,7 @@ class SocialSecurityNumberTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SourceCallNumberTest.php b/tests/app/Elements/SourceCallNumberTest.php index a65ab15431..b774f84ba4 100644 --- a/tests/app/Elements/SourceCallNumberTest.php +++ b/tests/app/Elements/SourceCallNumberTest.php @@ -28,7 +28,7 @@ class SourceCallNumberTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SourceDataTest.php b/tests/app/Elements/SourceDataTest.php index acbc384510..0b8a49f40a 100644 --- a/tests/app/Elements/SourceDataTest.php +++ b/tests/app/Elements/SourceDataTest.php @@ -28,7 +28,7 @@ class SourceDataTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SourceDescriptiveTitleTest.php b/tests/app/Elements/SourceDescriptiveTitleTest.php index 10659cb612..aa7f36f44d 100644 --- a/tests/app/Elements/SourceDescriptiveTitleTest.php +++ b/tests/app/Elements/SourceDescriptiveTitleTest.php @@ -28,7 +28,7 @@ class SourceDescriptiveTitleTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SourceFiledByEntryTest.php b/tests/app/Elements/SourceFiledByEntryTest.php index 641d73f638..a81fd26d52 100644 --- a/tests/app/Elements/SourceFiledByEntryTest.php +++ b/tests/app/Elements/SourceFiledByEntryTest.php @@ -28,7 +28,7 @@ class SourceFiledByEntryTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SourceJurisdictionPlaceTest.php b/tests/app/Elements/SourceJurisdictionPlaceTest.php index 29faa4bb63..a3b04d0e5d 100644 --- a/tests/app/Elements/SourceJurisdictionPlaceTest.php +++ b/tests/app/Elements/SourceJurisdictionPlaceTest.php @@ -28,7 +28,7 @@ class SourceJurisdictionPlaceTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SourceMediaTypeTest.php b/tests/app/Elements/SourceMediaTypeTest.php index 7851436240..32f37ee509 100644 --- a/tests/app/Elements/SourceMediaTypeTest.php +++ b/tests/app/Elements/SourceMediaTypeTest.php @@ -28,7 +28,7 @@ class SourceMediaTypeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SourceOriginatorTest.php b/tests/app/Elements/SourceOriginatorTest.php index 6cb7647431..a61dd58df1 100644 --- a/tests/app/Elements/SourceOriginatorTest.php +++ b/tests/app/Elements/SourceOriginatorTest.php @@ -28,7 +28,7 @@ class SourceOriginatorTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SourcePublicationFactsTest.php b/tests/app/Elements/SourcePublicationFactsTest.php index a281f2140f..67e5e5f461 100644 --- a/tests/app/Elements/SourcePublicationFactsTest.php +++ b/tests/app/Elements/SourcePublicationFactsTest.php @@ -28,7 +28,7 @@ class SourcePublicationFactsTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SourceRecordTest.php b/tests/app/Elements/SourceRecordTest.php index dad043dde4..64e730f1a6 100644 --- a/tests/app/Elements/SourceRecordTest.php +++ b/tests/app/Elements/SourceRecordTest.php @@ -28,7 +28,7 @@ class SourceRecordTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SubmissionRecordTest.php b/tests/app/Elements/SubmissionRecordTest.php index dff1037bfa..157bef79ad 100644 --- a/tests/app/Elements/SubmissionRecordTest.php +++ b/tests/app/Elements/SubmissionRecordTest.php @@ -28,7 +28,7 @@ class SubmissionRecordTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SubmitterNameTest.php b/tests/app/Elements/SubmitterNameTest.php index cc6c32d512..4db3a72666 100644 --- a/tests/app/Elements/SubmitterNameTest.php +++ b/tests/app/Elements/SubmitterNameTest.php @@ -28,7 +28,7 @@ class SubmitterNameTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SubmitterRecordTest.php b/tests/app/Elements/SubmitterRecordTest.php index 034b9399e0..19585b1ded 100644 --- a/tests/app/Elements/SubmitterRecordTest.php +++ b/tests/app/Elements/SubmitterRecordTest.php @@ -28,7 +28,7 @@ class SubmitterRecordTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SubmitterRegisteredRfnTest.php b/tests/app/Elements/SubmitterRegisteredRfnTest.php index 3a6015cf05..40d5139268 100644 --- a/tests/app/Elements/SubmitterRegisteredRfnTest.php +++ b/tests/app/Elements/SubmitterRegisteredRfnTest.php @@ -28,7 +28,7 @@ class SubmitterRegisteredRfnTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/SubmitterTextTest.php b/tests/app/Elements/SubmitterTextTest.php index 07de5811cf..16dbe07f75 100644 --- a/tests/app/Elements/SubmitterTextTest.php +++ b/tests/app/Elements/SubmitterTextTest.php @@ -28,7 +28,7 @@ class SubmitterTextTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/TempleCodeTest.php b/tests/app/Elements/TempleCodeTest.php index e546b7dfc6..4b6f30b6b5 100644 --- a/tests/app/Elements/TempleCodeTest.php +++ b/tests/app/Elements/TempleCodeTest.php @@ -28,7 +28,7 @@ class TempleCodeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/TextFromSourceTest.php b/tests/app/Elements/TextFromSourceTest.php index 5c46a3d6ff..9e46e22952 100644 --- a/tests/app/Elements/TextFromSourceTest.php +++ b/tests/app/Elements/TextFromSourceTest.php @@ -28,7 +28,7 @@ class TextFromSourceTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/TimeValueTest.php b/tests/app/Elements/TimeValueTest.php index ef58b6c47d..80e93f17eb 100644 --- a/tests/app/Elements/TimeValueTest.php +++ b/tests/app/Elements/TimeValueTest.php @@ -28,7 +28,7 @@ class TimeValueTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/TransmissionDateTest.php b/tests/app/Elements/TransmissionDateTest.php index 985fce966c..73b06ef4c2 100644 --- a/tests/app/Elements/TransmissionDateTest.php +++ b/tests/app/Elements/TransmissionDateTest.php @@ -28,7 +28,7 @@ class TransmissionDateTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/UidTest.php b/tests/app/Elements/UidTest.php index f4ea28f61c..880e40140e 100644 --- a/tests/app/Elements/UidTest.php +++ b/tests/app/Elements/UidTest.php @@ -28,7 +28,7 @@ class UidTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/UnknownElementTest.php b/tests/app/Elements/UnknownElementTest.php index 9917b99ecd..3b638f761b 100644 --- a/tests/app/Elements/UnknownElementTest.php +++ b/tests/app/Elements/UnknownElementTest.php @@ -28,7 +28,7 @@ class UnknownElementTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/UserReferenceNumberTest.php b/tests/app/Elements/UserReferenceNumberTest.php index f652b25a5e..63a9643e57 100644 --- a/tests/app/Elements/UserReferenceNumberTest.php +++ b/tests/app/Elements/UserReferenceNumberTest.php @@ -28,7 +28,7 @@ class UserReferenceNumberTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/UserReferenceTypeTest.php b/tests/app/Elements/UserReferenceTypeTest.php index 6c47443ec6..67e1d75c30 100644 --- a/tests/app/Elements/UserReferenceTypeTest.php +++ b/tests/app/Elements/UserReferenceTypeTest.php @@ -28,7 +28,7 @@ class UserReferenceTypeTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/VersionNumberTest.php b/tests/app/Elements/VersionNumberTest.php index 7139495b23..cbf767bda1 100644 --- a/tests/app/Elements/VersionNumberTest.php +++ b/tests/app/Elements/VersionNumberTest.php @@ -28,7 +28,7 @@ class VersionNumberTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/WebtreesUserTest.php b/tests/app/Elements/WebtreesUserTest.php index b71bd037f1..09df5b5a47 100644 --- a/tests/app/Elements/WebtreesUserTest.php +++ b/tests/app/Elements/WebtreesUserTest.php @@ -28,7 +28,7 @@ class WebtreesUserTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/WhereWithinSourceTest.php b/tests/app/Elements/WhereWithinSourceTest.php index 54e01e4cb5..1e1bb3851b 100644 --- a/tests/app/Elements/WhereWithinSourceTest.php +++ b/tests/app/Elements/WhereWithinSourceTest.php @@ -28,7 +28,7 @@ class WhereWithinSourceTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); diff --git a/tests/app/Elements/WillTest.php b/tests/app/Elements/WillTest.php index 0502a06e9c..629553120c 100644 --- a/tests/app/Elements/WillTest.php +++ b/tests/app/Elements/WillTest.php @@ -28,7 +28,7 @@ class WillTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); |
