Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete test coverage for SimpleSAML_Configuration::getEndpoints(). | Jaime Perez Crespo | 2016-02-04 | 1 | -2/+109 |
| | |||||
* | Add more tests for SimpleSAML_Configuration. | Jaime Perez Crespo | 2016-02-03 | 1 | -6/+27 |
| | |||||
* | Add more tests for SimpleSAML_Configuration::getDefaultEndpoint() and ↵ | Jaime Perez Crespo | 2016-02-03 | 1 | -2/+55 |
| | | | | SimpleSAML\Utils\Config\Metadata::getDefaultEndpoint(). | ||||
* | Add some tests for valid SAML endpoint configurations parsing. | Jaime Perez Crespo | 2016-02-03 | 1 | -0/+141 |
| | |||||
* | Add a test for SimpleSAML_Configuration::getConfigList(). | Jaime Perez Crespo | 2016-02-02 | 1 | -0/+17 |
| | |||||
* | Make it possible to pre-load a configuration array into ↵ | Jaime Perez Crespo | 2016-02-02 | 1 | -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 Crespo | 2015-05-27 | 1 | -2/+2 |
| | |||||
* | Add tests for most functions in SimpleSAML_Configuration. | Olav Morken | 2015-05-27 | 1 | -0/+525 |
Add tests for most of the data retrieval functions. No tests for the metadata functions present though. |