Added a "non-DB" phpunit.xml for local testing
Any developer can use this without having to set up DB's and have PostgreSQL installed by running:

    phpunit --configuration=tests/phpunit.xml

This just skips DB stuff, so code coverage will look lower than it is.
1 file changed