core
core copied to clipboard
Docker integration
I added a first Docker integration.
Just a php container with database. No webserver for now. Maybe we can add one later for development or when we need to test webhooks.
I changed the database constants in the phpunit.xml.dist accordingly and also changed the composer scripts so it makes use of the container. Eventually we need to revise this again.
How to use
- Run
docker-compose up -dto build and start up the container - Run
composer run-script testto run tests
That's it. Should be pretty straight-forward.