| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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.
|
| |
|
|
|
|
| |
SimpleSAML_Configuration::getBaseURL(), and add tests for getBasePath() too.
|
|
|
|
| |
before led to blank pages or even worse.
|
| |
|
| |
|
|
|
|
| |
SimpleSAML\Utils\Config\Metadata::getDefaultEndpoint().
|
| |
|
| |
|
|
|
|
| |
SimpleSAML_Configuration for subsequent calls to getInstance() to use it. This opens up for unit-testing code that calls SimpleSAML_Configuration::getInstance().
|
| |
|
|
Add tests for most of the data retrieval functions. No tests
for the metadata functions present though.
|