Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Add the consent module to the list of sources covered by tests. | Jaime Pérez | 2016-09-29 | 1 | -0/+1 |
| | |||||
* | Try to make it build with the saml module included by using the phpunit ↵ | Jaime Perez Crespo | 2016-02-04 | 1 | -0/+1 |
| | | | | version we are requiring instead of the one preinstalled. | ||||
* | Try to fix build. | Jaime Perez Crespo | 2016-02-04 | 1 | -1/+0 |
| | |||||
* | The saml module deserves some love. It's part of the core, so it should also ↵ | Jaime Perez Crespo | 2016-02-04 | 1 | -0/+1 |
| | | | | be unit tested. | ||||
* | Simplify phpunit test structure. | Olav Morken | 2015-05-26 | 1 | -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 Morken | 2015-05-26 | 1 | -0/+4 |
| | |||||
* | Reorganize and clean tests. | Jaime Perez Crespo | 2015-04-15 | 1 | -3/+5 |
| | |||||
* | Add coveralls support | Brook Schofield | 2015-01-12 | 1 | -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 Perez | 2014-10-01 | 1 | -0/+18 |