(NFC) api_v3_ExtensionTest - Fix when executing on build with 25+ extensions
authorTim Otten <totten@civicrm.org>
Wed, 20 Nov 2019 17:56:38 +0000 (09:56 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 20 Nov 2019 18:14:34 +0000 (10:14 -0800)
commitce28a40a65d978d23774b655efb80734a22fb5f6
tree902c77092b0804422b15321d125d13b4af3401c0
parent9847453b18bb30a6d9a5a53e006b4dd9ba145e59
(NFC) api_v3_ExtensionTest - Fix when executing on build with 25+ extensions

Overview
--------

This fixes a small issue with running the test locally.

Before
------

If the system has code for 25+ extensions (whether enabled or not), `api_v3_ExtensionTest` fails.

After
-----

The number of extensions doesn't matter.
tests/phpunit/api/v3/ExtensionTest.php