PHP Class SimpleSAML\Test\Utils\ConfigTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: simplesamlphp/simplesamlphp

Public Methods

Method Description
testDefaultConfigDir ( ) Test default config dir with not environment variable
testEnvVariableConfigDir ( ) Test valid dir specified by env var overrides default config dir
testInvalidEnvVariableConfigDirThrowsException ( ) Test invalid dir specified by env var results in a thrown exception

Method Details

testDefaultConfigDir() public method

Test default config dir with not environment variable

testEnvVariableConfigDir() public method

Test valid dir specified by env var overrides default config dir

testInvalidEnvVariableConfigDirThrowsException() public method

Test invalid dir specified by env var results in a thrown exception