afeefa/api-resources-server

Installs: 3 294

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/afeefa/api-resources-server


README

Testing

The very first time you need to pull the MariaDB docker image: docker pull mariadb.

cd tests
phpunit

Debugging

run xdebug with this configuration:

zend_extension=xdebug.so

xdebug.start_with_request = yes
xdebug.mode = debug
xdebug.client_port = 9000
xdebug.log = /var/log/xdebug.log