Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 430 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 430 Bytes

CiviContacts

git clone [email protected]:elifesciences/civi-contacts.git
cd ./civi-contacts
composer install

Environment variables required:

  • CIVI_SITE_KEY
  • CIVI_API_KEY

Install standalone dependencies

COMPOSER=composer-standalone.json composer install

Check setup

./console subscriber:urls --help

Run tests

PHPUNIT_CONFIG=phpunit-standalone.xml.dist ./project_tests.sh