foundry icon indicating copy to clipboard operation
foundry copied to clipboard

Document running the test suite locally

Open kbond opened this issue 5 years ago • 1 comments

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.

kbond avatar Nov 06 '20 14:11 kbond

Related to #222

kbond avatar Jan 08 '22 20:01 kbond