1
0
Fork 0
composer/tests/Composer/Test/Util
Bastian Hofmann b132e4eae0 Added cacheCredentials config flag for saved SVN credentials to control the --no-auth-cache flag
Example config:

{
    "http-basic": {
        "svn.example.com": {
            "username": "user",
            "password": "password",
            "cacheCredentials": false
        }
    }
}
2014-09-11 11:48:24 +02:00
..
ErrorHandlerTest.php Check only part of the error message as it's different in hhvm 2013-10-14 15:57:19 -07:00
FilesystemTest.php Add test and fix patch for #2304, refs #2341 2013-10-19 13:38:30 +02:00
PerforceTest.php CS fixes 2014-06-10 16:13:12 +02:00
ProcessExecutorTest.php Add parallel build to travis script 2013-09-25 10:23:48 +02:00
RemoteFilesystemTest.php Support github auth directly in the RemoteFilesystem class 2014-04-11 14:29:17 +02:00
SpdxLicenseIdentifierTest.php Add parallel build to travis script 2013-09-25 10:23:48 +02:00
StreamContextFactoryTest.php CS fixes 2014-06-10 16:13:12 +02:00
SvnTest.php Added cacheCredentials config flag for saved SVN credentials to control the --no-auth-cache flag 2014-09-11 11:48:24 +02:00