(NFC) tests/ - Autoformat big clumps of `list()` statements
authorTim Otten <totten@civicrm.org>
Fri, 26 Aug 2022 21:49:38 +0000 (14:49 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 26 Aug 2022 21:50:36 +0000 (14:50 -0700)
commit6cedc2bebcae4d8c33e83b338e4cd4511f99dc71
tree5d9fe1f7706b98c8b3b882be35539191688aec45
parentc9b09f7d9acfecfb0193b9f224307d0a2d001914
(NFC) tests/ - Autoformat big clumps of `list()` statements

Based on a quick grep, these files had a lot of `list()` statements, so I let PHPStorm clean them up.
tests/phpunit/CRM/Contact/BAO/ActivitySearchTest.php
tests/phpunit/CRM/Contact/BAO/QueryTest.php
tests/phpunit/CRM/Contribute/Form/SearchTest.php
tests/phpunit/CRM/Extension/Container/BasicTest.php
tests/phpunit/CRM/Mailing/BaseMailingSystemTest.php
tests/phpunit/CRM/Utils/HttpClientTest.php
tests/phpunit/E2E/Cache/TwoInstancesTest.php