summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add the consent module to the list of sources covered by tests.Jaime Pérez2016-09-291-0/+1
|
* Try to make it build with the saml module included by using the phpunit ↵Jaime Perez Crespo2016-02-041-0/+1
| | | | version we are requiring instead of the one preinstalled.
* Try to fix build.Jaime Perez Crespo2016-02-041-1/+0
|
* The saml module deserves some love. It's part of the core, so it should also ↵Jaime Perez Crespo2016-02-041-0/+1
| | | | be unit tested.
* Simplify phpunit test structure.Olav Morken2015-05-261-8/+2
| | | | | | | * One test suite for all tests. * One file per class that is tested. These changes should make it easier to add new tests.
* Add test suite for core module.Olav Morken2015-05-261-0/+4
|
* Reorganize and clean tests.Jaime Perez Crespo2015-04-151-3/+5
|
* Add coveralls supportBrook Schofield2015-01-121-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | Updated the composer.lock to install satooshi/php-coveralls Add .coveralls.yml to stop errors. Added coverage_clover pointing to correct location. json_path now... anything to get bin/vendor/coveralls to actually execute! Only push coverage reports for a single version of PHP Add whitelist + exclusion files to coverage. Reduce code coverage % by processing all files :-) Beware adding additional directories for tests without setting up config + mocking the rest of the environment. Don't show uncovered files. Attempt upload for all PHP versions. Is this stacktrace always generated? Return to "true" for uncovered files. There is a path problem somewhere!
* Adding an XML configuration for phpunit.Jaime Perez2014-10-011-0/+18