summaryrefslogtreecommitdiffstats
path: root/tests/phpunit.xml.dist
Commit message (Collapse)AuthorAgeFilesLines
* adding StartSessionListener which initializes the session before each test ↵Thomas Müller2014-03-131-0/+3
| | | | case execution
* phpunit.xml: Port code coverage excludes from autotest to dist.Andreas Fischer2013-09-261-0/+14
|
* PHPUnit: Allow developers to use their own custom phpunit.xml file.Andreas Fischer2013-06-271-0/+18
The order of precedence of configuration files for PHPUnit is: - phpunit.xml (allowing custom user defined configuration) - phpunit.xml.dist (configuration distributed with the software)