WhichBrowser / Parser-PHP

Browser sniffing gone too far — A useragent parser library for PHP
http://whichbrowser.net
MIT License
1.79k stars 242 forks source link

Tests: stop autoloading with the rest of the production build #680

Closed jeherve closed 3 months ago

jeherve commented 1 year ago

Fixes #679

Changes suggested in this Pull Request

Instead of autoloading the tests by default (they do not get shipped with the production version of the package), let's bootstrap them separately, just for the tests.

To do