packagist jakeasmith/http_build_url 1.0.1
Updated tests

7 years ago

Thank you, @ozh for updating the tests! Notes from PR #22:

  • add PHP 7.1
  • remove PHP 5.2 : while the lib presumably works on 5.2, it has become too much of a hassle to maintain compatibility for tests on Travis. I think you could mention on the README that it should work despite not being covered by tests, but you could also consider that 5.2 is dead anyway :)
  • simplify and speed up the build : you were previously requiring a number of dependencies just for the tests (while your library doesn't have any) via composer require codeclimate/php-test-reporter in before_install, but yet nothing was actually used in after_script. Eventually I believe this was useless, except for the sole creation of an autoload file then only used to include your library. Your library is now included for tests in a very simple bootstrap.php file
  • I added compatibility functions for PHPUnit (see bootstrap.php) to allow testing all versions of PHP without requiring a particular and outdate PHPUnit version as previously. Now each PHP version use their respective most up to date PHPUnit package.

Don't miss a new http_build_url release

NewReleases is sending notifications on new releases.