- Mar 22, 2019
-
-
Tim van Dijen authored
* Create .appveyor.yml * Fix tests for Windows platform * Fix builtin webserver for Windows * Properly kill process on Windows
-
- Oct 18, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
- Oct 02, 2018
-
-
Jaime Pérez Crespo authored
-
- May 31, 2018
-
-
Tim van Dijen authored
-
- May 17, 2018
-
-
Tim van Dijen authored
-
- Mar 21, 2018
-
-
Dominic Benson authored
Explicitly test a file that does not exist, as well as a preloaded one Virtual test file names intented to be semantic but not collide.
-
- Jul 07, 2017
-
-
Patrick Radtke authored
-
- Jul 05, 2017
-
-
Patrick Radtke authored
-
Patrick Radtke authored
A PHPUnit listener unsets SSP environmental variables and attempts to restore globals.
-
- Feb 21, 2017
-
-
Luke Carrier authored
Note that when normalising the directory separator, using DIRECTORY_SEPARATOR causes tests to fail on non-Windows platforms as its value is (correctly) "/".
-
- Jul 26, 2016
-
-
Jaime Pérez authored
Now we are finally using the 2.x branch of the SAML2 library, which was also migrated to use namespaces. Even though the library provides an autoloader that allows loading the classes with the old names using class aliasing, we need to do the migration in one commit (at least for most part of it). This is due to the way SimpleSAMLphp checks data types, using inheritance to check objects agains abstract or more general classes. Even though class aliasing works, there's no way to replicate those relationships, and type checks that use the old class names will fail because the aliases are virtually new classes that don't inherit from others.
-
- Jun 08, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Fix the tests to handle the new, more permissive behaviour of SimpleSAML_Configuration::getBaseURL(), and add tests for getBasePath() too.
-
- Apr 20, 2016
-
-
Jaime Perez Crespo authored
Start using the new configuration exceptions, handling error situations that before led to blank pages or even worse.
-
- Feb 04, 2016
-
-
Jaime Perez Crespo authored
-
- Feb 03, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Add more tests for SimpleSAML_Configuration::getDefaultEndpoint() and SimpleSAML\Utils\Config\Metadata::getDefaultEndpoint().
-
Jaime Perez Crespo authored
-
- Feb 02, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Make it possible to pre-load a configuration array into SimpleSAML_Configuration for subsequent calls to getInstance() to use it. This opens up for unit-testing code that calls SimpleSAML_Configuration::getInstance().
-
- May 27, 2015
-
-
Jaime Perez Crespo authored
-
Olav Morken authored
Add tests for most of the data retrieval functions. No tests for the metadata functions present though.
-