Replace deprecated RegExp PHPUnit functions
authorlarssandergreen <lars@wildsight.ca>
Thu, 24 Aug 2023 16:31:03 +0000 (10:31 -0600)
committerlarssandergreen <lars@wildsight.ca>
Thu, 24 Aug 2023 16:31:03 +0000 (10:31 -0600)
commitb3e6ef29fa50c174a2128ec9ef65a036e2afd384
treeddff3d2647e0967b9e544808c00b5fe2aad903e0
parente4d6bcb2436974e3f92e4d27c5d7001e9497a06e
Replace deprecated RegExp PHPUnit functions
54 files changed:
ext/afform/mock/ang/mockPublicForm.test.php
ext/afform/mock/tests/phpunit/api/v4/AfformContactUsageTest.php
ext/afform/mock/tests/phpunit/api/v4/AfformRoutingTest.php
ext/authx/tests/phpunit/Civi/Authx/AllFlowsTest.php
ext/flexmailer/tests/phpunit/Civi/FlexMailer/ValidatorTest.php
ext/oauth-client/tests/phpunit/api/v4/OAuthClientGrantTest.php
ext/oauth-client/tests/phpunit/api/v4/OAuthClientTest.php
mixin/menu-xml@1/example/tests/mixin/MenuXmlTest.php
tests/events/civi_region_render.evch.php
tests/events/hook_civicrm_alterMailParams.evch.php
tests/phpunit/CRM/Contact/BAO/ContactTest.php
tests/phpunit/CRM/Contribute/Form/Contribution/ConfirmTest.php
tests/phpunit/CRM/Contribute/Form/ContributionViewTest.php
tests/phpunit/CRM/Core/BAO/ActionScheduleTest.php
tests/phpunit/CRM/Core/ComposerConfigTest.php
tests/phpunit/CRM/Core/ErrorTest.php
tests/phpunit/CRM/Core/InvokeTest.php
tests/phpunit/CRM/Extension/ManagerTest.php
tests/phpunit/CRM/Logging/SchemaTest.php
tests/phpunit/CRM/Mailing/BaseMailingSystemTest.php
tests/phpunit/CRM/Mailing/MailingSystemTest.php
tests/phpunit/CRM/Mailing/TokensTest.php
tests/phpunit/CRM/Queue/QueueTest.php
tests/phpunit/CRM/Upgrade/SnapshotTest.php
tests/phpunit/CRM/Utils/HttpClientTest.php
tests/phpunit/CRM/Utils/SQL/SelectTest.php
tests/phpunit/CRM/Utils/SQLTest.php
tests/phpunit/CRM/Utils/StringTest.php
tests/phpunit/CRM/Utils/TokenConsistencyTest.php
tests/phpunit/Civi/API/Subscriber/DynamicFKAuthorizationTest.php
tests/phpunit/Civi/API/Subscriber/WhitelistSubscriberTest.php
tests/phpunit/Civi/ActionSchedule/AbstractMappingTest.php
tests/phpunit/Civi/Angular/ManagerTest.php
tests/phpunit/Civi/Core/CiviEventDispatcherTest.php
tests/phpunit/Civi/Crypto/CryptoJwtTest.php
tests/phpunit/Civi/Crypto/CryptoRegistryTest.php
tests/phpunit/Civi/Crypto/CryptoTokenTest.php
tests/phpunit/Civi/Payment/PropertyBagTest.php
tests/phpunit/Civi/Pipe/JsonRpcSessionTest.php
tests/phpunit/Civi/Schema/MagicGetterSetterTest.php
tests/phpunit/Civi/Test/ExampleHookTest.php
tests/phpunit/Civi/Test/ExampleSubscriberTest.php
tests/phpunit/E2E/Core/AssetBuilderTest.php
tests/phpunit/E2E/Core/PathUrlTest.php
tests/phpunit/api/v3/AttachmentTest.php
tests/phpunit/api/v3/CaseTest.php
tests/phpunit/api/v3/ContactTest.php
tests/phpunit/api/v3/ContributionTest.php
tests/phpunit/api/v3/MailingTest.php
tests/phpunit/api/v3/SyntaxConformanceTest.php
tests/phpunit/api/v4/Action/ContactGetTest.php
tests/phpunit/api/v4/Entity/ConformanceTest.php
tests/phpunit/api/v4/Entity/TranslationTest.php
tests/phpunit/api/v4/Entity/ValidateValuesTest.php