elife/civi-contacts

dev-master 2024-04-12 01:07 UTC

This package is auto-updated.

Last update: 2024-04-12 01:23:49 UTC


README

git clone git@github.com: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