1
0
Fork 0
composer/tests/Composer/Test
Daniel Iancu 3bdb0ee5fd Fix addMainKey method of JsonManipulator with content having $n
This will store correctly passwords having a dolloar sign followed by a digit in the auth.json file.
If the content variable has "$n" (where n consists of digits) it will match as a replacement reference for preg_replace and thus it will get stripped because there's no such parenthesized pattern.
2016-04-20 22:34:39 +03:00
..
Autoload Can't use error_clear_last as it was introduced in PHP7. 2016-02-06 02:58:36 +01:00
Command Added testcase 2015-04-20 13:09:18 +02:00
Config CS fixes 2016-01-26 13:07:18 +00:00
Console Support bg colors and more clearing values in html output formatter 2015-06-12 17:23:18 +01:00
DependencyResolver More ruletest fixes for 7.1 2016-04-01 11:58:42 +01:00
Downloader Rewrite git unpushed status checks, fixes #4987 2016-03-02 13:00:20 +00:00
EventDispatcher Fix tests 2016-02-10 14:35:53 +00:00
Fixtures Fix updating of dev refs if they are not whitelisted 2016-04-19 20:03:14 +01:00
IO Fix tests 2016-02-29 15:50:04 +00:00
Installer Extract binary installation and removal to own class 2016-03-23 21:39:58 +01:00
Json Fix addMainKey method of JsonManipulator with content having $n 2016-04-20 22:34:39 +03:00
Mock Use unique cache dir for integration tests as well 2016-04-01 12:07:42 +01:00
Package Fix test suite 2016-02-25 14:24:27 +00:00
Plugin CS fixes 2016-01-26 13:07:18 +00:00
Repository Also trim trailing slashes in PathRepo, refs #5164 2016-04-11 13:11:46 +01:00
Util Corrected username / access token parameters for $this->io->setAuthentication when read from git config. Grant type is now only set when requesting an access token. Removed bitbucket-domains and bitbucket-protocols from config. Fixed bitbucket typo in JsonConfigSource. Removed unecessary comments. Changed visibility of Composer/Util/Bitbucket properties to private. Added https to bitbucket url. Removed unused $note variable. 2016-03-20 15:56:58 -04:00
AllFunctionalTest.php try to use unique test directories 2016-01-26 09:41:21 +01:00
ApplicationTest.php Fix tests 2016-04-18 22:17:04 +01:00
CacheTest.php try to use unique test directories 2016-01-26 09:41:21 +01:00
ComposerTest.php Fail over from source to dist and vice versa when downloads fail 2014-02-24 18:40:33 +01:00
ConfigTest.php Exempt custom URLs from secure-http checks, refs #5173 2016-04-18 10:23:10 +01:00
DefaultConfigTest.php CS fixes 2016-01-26 13:07:18 +00:00
InstallerTest.php Use unique cache dir for integration tests as well 2016-04-01 12:07:42 +01:00