You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
John Whitley 4479b8a690 Squashed commit of the following:
commit 3994b556dcffcde7b1801c8bc712f3127e8f8e7c
Author: John Whitley <john.whitley@berea.eu>
Date:   Tue Aug 16 09:02:53 2016 +0100

    https://github.com/composer/composer/issues/5600

    This alters the default flag for loadOptions in
    \Composer\Package\Loader\ArrayLoader to true; and alters the assumption
    of the test to reflect this change.

    **Rationale**

    The `\Composer\Package\Loader\ArrayLoader` test (defined in
    tests/Composer/Test/Package/Loader/ArrayLoaderTest.php) assumed that a
    new `\Composer\Package\Loader\ArrayLoader` instance would be always
    created with the optional flag loadOptions set to true.

    ```php
    $this->loader = new \Composer\Package\Loader\ArrayLoader(null, true);
    ```

    This change alters the general case to reflect the default assumption as
    defined in the test.

commit b75fc4ad7238bc50f724bd29446ccbc33e82c34c
Author: John Whitley <john.whitley@berea.eu>
Date:   Mon Aug 15 16:55:27 2016 +0100

    Altered the test for ArrayLoader to use the default loadConfig flag, and to test the true and false states for the loadConfig flag
8 years ago
..
Autoload Merge branch '1.0' 9 years ago
Command Added testcase 10 years ago
Config CS fixes 9 years ago
Console Support bg colors and more clearing values in html output formatter 9 years ago
DependencyResolver More ruletest fixes for 7.1 9 years ago
Downloader Make sure we do not clone from local mirror if mirroring failed 8 years ago
EventDispatcher clear code 8 years ago
Fixtures Make sure we do not overwrite binaries but only re-create missing ones, refs #5127 8 years ago
IO Fix tests 9 years ago
Installer Make sure we do not overwrite binaries but only re-create missing ones, refs #5127 8 years ago
Json Add support for editing top level properties and extra values, replaces #2415, fixes #1411, fixes #2384 9 years ago
Mock Use unique cache dir for integration tests as well 9 years ago
Package Squashed commit of the following: 8 years ago
Plugin Add test case for strict types declaration 8 years ago
Repository Fossil VCS tests 8 years ago
Util Update unit test for Bitbucket util 8 years ago
AllFunctionalTest.php Fix support for testing exit code 8 years ago
ApplicationTest.php Fix tests 8 years ago
CacheTest.php try to use unique test directories 9 years ago
ComposerTest.php Fail over from source to dist and vice versa when downloads fail 11 years ago
ConfigTest.php Merge remote-tracking branch 'curry684/home-expansion' 9 years ago
DefaultConfigTest.php CS fixes 9 years ago
InstallerTest.php Use unique cache dir for integration tests as well 9 years ago