api_v3_ExtensionTest::testExtensionGet - Be a little less flaky
authorTim Otten <totten@civicrm.org>
Thu, 22 Feb 2018 20:26:12 +0000 (12:26 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 22 Feb 2018 20:36:24 +0000 (12:36 -0800)
commit084765118628226fe0504947b7e1c5d282c0b8c7
tree080709d42e700f1fa9ec95386068326d235c01c9
parentc3733bf533daf1aef3bb6f72074c4318c917cb7f
api_v3_ExtensionTest::testExtensionGet - Be a little less flaky

The test has a magic number which seems to be based on the number of
extensions in the `drupal-clean` build profile -- which is basically the
smallest number anyone might have.  However, it gives false-negatives if you
have any other extensions around.  Make it a little less flaky.
tests/phpunit/api/v3/ExtensionTest.php