1
0
Fork 0
composer/tests/Composer/Test
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
2016-08-30 15:20:15 +02:00
..
Autoload
Command
Config
Console
DependencyResolver More ruletest fixes for 7.1 2016-04-01 11:58:42 +01:00
Downloader Make sure we do not clone from local mirror if mirroring failed 2016-07-02 23:52:10 +01:00
EventDispatcher
Fixtures Make sure we do not overwrite binaries but only re-create missing ones, refs #5127 2016-07-02 16:35:09 +01:00
IO
Installer Make sure we do not overwrite binaries but only re-create missing ones, refs #5127 2016-07-02 16:35:09 +01:00
Json Add support for editing top level properties and extra values, replaces #2415, fixes #1411, fixes #2384 2016-04-27 14:04:01 +01:00
Mock
Package Squashed commit of the following: 2016-08-30 15:20:15 +02:00
Plugin Add test case for strict types declaration 2016-06-01 10:00:37 +02:00
Repository Fossil VCS tests 2016-06-25 13:09:49 +12:00
Util Update unit test for Bitbucket util 2016-07-02 17:03:01 +02:00
AllFunctionalTest.php Fix support for testing exit code 2016-08-15 00:30:20 -04:00
ApplicationTest.php Fix tests 2016-07-12 17:12:50 +01:00
CacheTest.php
ComposerTest.php
ConfigTest.php
DefaultConfigTest.php
InstallerTest.php