CRM-14370 - civicrm_api, CiviUnitTestCase - Move main logic to Civi\API\Kernel
authorTim Otten <totten@civicrm.org>
Fri, 21 Mar 2014 04:24:41 +0000 (21:24 -0700)
committerTim Otten <totten@civicrm.org>
Sun, 6 Apr 2014 04:14:07 +0000 (21:14 -0700)
commit0f643fb2c7553ba4d6256b2ccc6ef1f7cb7d74cd
treef3539fdaff7daa0577ca36efdd3082f04657af78
parentfa184193c193c4ab7343d9118b60793df755d854
CRM-14370 - civicrm_api, CiviUnitTestCase - Move main logic to Civi\API\Kernel

Also: Allow test-classes to use different API handlers (eg $apiKernel->run() instead of civicrm_api())

Conflicts:

Civi/Core/Container.php
Civi/API/Kernel.php [new file with mode: 0644]
Civi/Core/Container.php
api/api.php
tests/phpunit/CiviTest/CiviUnitTestCase.php