1
0
Fork 0
composer/tests/Composer/Test
John Whitley c51c1b3047 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-16 09:16:37 +01:00
..
Autoload Merge branch '1.0' 2016-04-24 14:41:02 +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 Make sure we do not clone from local mirror if mirroring failed 2016-07-02 23:52:10 +01:00
EventDispatcher clear code 2016-05-17 13:34:54 +03:00
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 Fix tests 2016-02-29 15:50:04 +00:00
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 Use unique cache dir for integration tests as well 2016-04-01 12:07:42 +01:00
Package Squashed commit of the following: 2016-08-16 09:16:37 +01: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 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 Merge remote-tracking branch 'curry684/home-expansion' 2016-04-22 20:37:05 +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