CRM-17860 - CiviTest - Use unified civicrm.settings.php
authorTim Otten <totten@civicrm.org>
Fri, 22 Jan 2016 11:24:44 +0000 (03:24 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 2 Feb 2016 04:56:23 +0000 (21:56 -0700)
commit534e937c4c456181056997b37b59cc55b0254446
tree2b4173ac963dd159e28967da5f1dc71cdb114816
parentf5dfa52e0b4ace718afb9e52713e93febefe4f9f
CRM-17860 - CiviTest - Use unified civicrm.settings.php

The wiring to load civicrm.settings.php is all over the place.  With this
patch, most use-cases (runtime, headless test, web test) will go through one
`civicrm.settings.php`.

This requires the `cv` command.
tests/phpunit/CiviTest/CiviSeleniumTestCase.php
tests/phpunit/CiviTest/CiviUnitTestCase.php
tests/phpunit/CiviTest/bootstrap.php
tests/phpunit/WebTest/Utils/RedirectTest.php