- Mar 23, 2019
-
-
Tim van Dijen authored
* Update Psalm * Ignore DocblockTypeContradiction and RedundantConditionGivenDocblockType * Fix Psalm-errors * Raise minimum PHP-version to 5.6 * Update lock-file accordingly * Fix phpunit * Suppress Psalm-issue
-
- Mar 07, 2019
-
-
Tim van Dijen authored
According to Sebastian Bergmann: "That configuration setting has not had an effect in years. It was removed long ago".
-
- Oct 29, 2018
-
-
Matt Schwager authored
-
- May 28, 2018
-
-
Chris Ballard authored
-
- Jul 07, 2017
-
-
Patrick Radtke authored
To convert existing tests to use the base class use perl -p -i -e 's/PHPUnit_Framework_TestCase/SimpleSAML\\Test\\Utils\\ClearStateTestCase/g' `grep -rl PHPUnit_Framework_TestCase tests | grep -v ClearStateTestCase.php`
-
- Jul 05, 2017
-
-
Patrick Radtke authored
A PHPUnit listener unsets SSP environmental variables and attempts to restore globals.
-
- Sep 29, 2016
-
-
Jaime Pérez authored
-
- Feb 04, 2016
-
-
Jaime Perez Crespo authored
Try to make it build with the saml module included by using the phpunit version we are requiring instead of the one preinstalled.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- May 26, 2015
-
-
Olav Morken authored
* One test suite for all tests. * One file per class that is tested. These changes should make it easier to add new tests.
-
Olav Morken authored
-
- Apr 15, 2015
-
-
Jaime Perez Crespo authored
-
- Jan 12, 2015
-
-
Brook Schofield authored
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!
-
- Oct 01, 2014
-
-
Jaime Perez authored
-