foundry
foundry copied to clipboard
Document running the test suite locally
DATABASE_URL=<dsn> ./run-tests
or:
cp phpunit.xml.dist phpunit.xml
cp phpunit-dama-doctrine.xml.dist phpunit-dama-doctrine.xml
And add the <env name="DATABASE_URL" value="<dsn>" /> inside the <php> element, then just run ./run-tests.
Related to #222