Skip to content

CURL Config

Phil Taylor requested to merge feature/curl_database into master

Done:

  • Fixed an issue where the REST API wasn’t using the correct database. Issue identified when doing PHP unit testing on a secondary database

Note:

Test:

  1. The easiest way to test would be to jump into the AFES project
  2. Switch the ZON Core to this branch
  3. Delete site⁩ ▸ ⁨application⁩ ▸ ⁨modules⁩ ▸ ⁨api⁩ ▸ ⁨config⁩ ▸ rest.php as this will then revert back to the ZON version
  4. Run grunt test:app:run in terminal and confirm it runs and returns a successful result.

Merge request reports