PHPUNIT 8 - add void to setup functions
authoreileen <emcnaughton@wikimedia.org>
Sat, 27 Mar 2021 19:22:16 +0000 (08:22 +1300)
committereileen <emcnaughton@wikimedia.org>
Sat, 27 Mar 2021 19:22:16 +0000 (08:22 +1300)
commit0b49aa04156bc88a6dd11c70a8b3d83af00d18f4
tree4430dcc936a66e6ed04bd16668907577338bf72d
parent294a4d86842a92e6167ec59c786a3d02e9301b3f
PHPUNIT 8 - add void to setup functions
65 files changed:
tests/phpunit/CRM/Financial/BAO/FinancialTypeAccountTest.php
tests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php
tests/phpunit/CRM/Group/Page/AjaxTest.php
tests/phpunit/CRM/Logging/SchemaTest.php
tests/phpunit/CRM/Mailing/BAO/SpoolTest.php
tests/phpunit/CRM/Mailing/BaseMailingSystemTest.php
tests/phpunit/CRM/Mailing/Form/Task/AdhocMailingTest.php
tests/phpunit/CRM/Mailing/MailStoreTest.php
tests/phpunit/CRM/Mailing/MailingSystemTest.php
tests/phpunit/CRM/Mailing/TokensTest.php
tests/phpunit/CRM/Member/BAO/MembershipLogTest.php
tests/phpunit/CRM/Member/BAO/MembershipTest.php
tests/phpunit/CRM/Member/BAO/MembershipTypeTest.php
tests/phpunit/CRM/Member/BAO/QueryTest.php
tests/phpunit/CRM/Member/Import/Parser/MembershipTest.php
tests/phpunit/CRM/Pledge/Form/SearchTest.php
tests/phpunit/CRM/Price/Form/FieldTest.php
tests/phpunit/CRM/Price/Form/OptionTest.php
tests/phpunit/CRM/Queue/Queue/SqlTest.php
tests/phpunit/CRM/Queue/QueueTest.php
tests/phpunit/CRM/Queue/RunnerTest.php
tests/phpunit/CRM/Report/Form/ActivityTest.php
tests/phpunit/CRM/Report/Form/Contribute/DetailTest.php
tests/phpunit/CRM/Report/Form/Member/DetailTest.php
tests/phpunit/CRM/Report/Form/TestCaseTest.php
tests/phpunit/CRM/SMS/BAO/ProviderTest.php
tests/phpunit/CRM/SMS/PreviewTest.php
tests/phpunit/CRM/SMS/ProviderTest.php
tests/phpunit/CRM/Utils/API/MatchOptionTest.php
tests/phpunit/CRM/Utils/API/ReloadOptionTest.php
tests/phpunit/CRM/Utils/AutoCleanTest.php
tests/phpunit/CRM/Utils/EnglishNumberTest.php
tests/phpunit/CRM/Utils/HookTest.php
tests/phpunit/CRM/Utils/HttpClientTest.php
tests/phpunit/CRM/Utils/Mail/EmailProcessorInboundTest.php
tests/phpunit/CRM/Utils/Mail/EmailProcessorTest.php
tests/phpunit/CRM/Utils/MoneyTest.php
tests/phpunit/CRM/Utils/ZipTest.php
tests/phpunit/Civi/API/Event/PrepareEventTest.php
tests/phpunit/Civi/API/KernelTest.php
tests/phpunit/Civi/ActionSchedule/AbstractMappingTest.php
tests/phpunit/Civi/Angular/LoaderTest.php
tests/phpunit/Civi/Angular/ManagerTest.php
tests/phpunit/Civi/Angular/PartialSyntaxTest.php
tests/phpunit/Civi/Core/CiviFacadeTest.php
tests/phpunit/Civi/Core/ResolverTest.php
tests/phpunit/Civi/Core/SettingsBagTest.php
tests/phpunit/Civi/Core/SettingsManagerTest.php
tests/phpunit/Civi/Core/ThemesTest.php
tests/phpunit/Civi/Crypto/CryptoJwtTest.php
tests/phpunit/Civi/Crypto/CryptoRegistryTest.php
tests/phpunit/Civi/Crypto/CryptoTokenTest.php
tests/phpunit/Civi/Token/TokenProcessorTest.php
tests/phpunit/E2E/Cache/TwoInstancesTest.php
tests/phpunit/E2E/Core/AssetBuilderTest.php
tests/phpunit/E2E/Core/PrevNextTest.php
tests/phpunit/E2E/Extern/SoapTest.php
tests/phpunit/HelloTest.php
tests/phpunit/api/v4/Action/BaseCustomValueTest.php
tests/phpunit/api/v4/Action/CreateWithOptionGroupTest.php
tests/phpunit/api/v4/Action/ReplaceTest.php
tests/phpunit/api/v4/Entity/ConformanceTest.php
tests/phpunit/api/v4/Entity/ParticipantTest.php
tests/phpunit/api/v4/Entity/SystemRotateKeyTest.php
tests/phpunit/api/v4/Traits/OptionCleanupTrait.php