1
0
Fork 0
composer/tests/Composer/Test/Package
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
..
Archiver php-cs-fixer 2016-02-25 11:04:44 +01:00
Dumper Fix CS 2015-09-28 10:53:24 +01:00
Loader Squashed commit of the following: 2016-08-30 15:20:15 +02:00
Version Take into account prefer-stable and dev packages when computing outdated, refs #5251 2016-04-28 22:38:38 +01:00
BasePackageTest.php Fix CS 2015-09-28 10:53:24 +01:00
CompletePackageTest.php replace all occurences in code and comments 2015-09-24 16:32:36 +02:00
LockerTest.php Fix CS 2015-09-28 10:53:24 +01:00
RootAliasPackageTest.php CS fixes 2015-11-21 19:28:10 +00:00