summaryrefslogtreecommitdiffstats
path: root/tests/lib/SimpleSAML/ConfigurationTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Complete test coverage for SimpleSAML_Configuration::getEndpoints().Jaime Perez Crespo2016-02-041-2/+109
|
* Add more tests for SimpleSAML_Configuration.Jaime Perez Crespo2016-02-031-6/+27
|
* Add more tests for SimpleSAML_Configuration::getDefaultEndpoint() and ↵Jaime Perez Crespo2016-02-031-2/+55
| | | | SimpleSAML\Utils\Config\Metadata::getDefaultEndpoint().
* Add some tests for valid SAML endpoint configurations parsing.Jaime Perez Crespo2016-02-031-0/+141
|
* Add a test for SimpleSAML_Configuration::getConfigList().Jaime Perez Crespo2016-02-021-0/+17
|
* Make it possible to pre-load a configuration array into ↵Jaime Perez Crespo2016-02-021-0/+31
| | | | SimpleSAML_Configuration for subsequent calls to getInstance() to use it. This opens up for unit-testing code that calls SimpleSAML_Configuration::getInstance().
* Fix typos.Jaime Perez Crespo2015-05-271-2/+2
|
* Add tests for most functions in SimpleSAML_Configuration.Olav Morken2015-05-271-0/+525
Add tests for most of the data retrieval functions. No tests for the metadata functions present though.