CiviTest/bootstrap.php - Change env handling in `cv()`
authorTim Otten <totten@civicrm.org>
Wed, 3 Feb 2016 20:29:24 +0000 (13:29 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 3 Feb 2016 20:29:24 +0000 (13:29 -0700)
commit2f928b89b4f325e56d54baefa82904b0370e8710
tree4e19fee044eab969635787c4adbfc0c9dc7d56e1
parent80d123b93ccadaa294f482ba624afb700993ef18
CiviTest/bootstrap.php - Change env handling in `cv()`

In Ubuntu's php-cli, the php.ini overrides `variables_order` with `GPCS` --
which destroys `$_ENV`.

This seems pretty stupid...  perhaps they conflated `variables_order` with
`request_order`.

At any rate, we'll have to do statey-swappy `putenv()` things instead.
tests/phpunit/CiviTest/bootstrap.php