You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove PHPDocumentor & change travis platform for hhvm tests (#429)
* Remove dev-time dependency on phpdocumentor due to resolution headaches
* Switch distro for hhvm testing to trusty (precise now unsupported)
* Bugfix for #424 - add '?' for query string (#425)
Note that this bugfix will cause empty query strings to be dropped (e.g.
http://example.com?#blue becomes http://example.com#blue). This is
because the '?' character is deliberately not captured as part of the
query string, and the testsuite expects to be able to pass an empty
query string and *not* have the '?' added for that case.
0 commit comments