2021-02-15 13:07:58 +00:00
|
|
|
--TEST--
|
|
|
|
Checks that package versions in InstalledVersions are correct on initial install. Noteworthy things:
|
|
|
|
|
2021-02-17 22:21:18 +00:00
|
|
|
- PluginA is not yet found at the moment where it is first initialized. This is a quirk which we are unlikely to fix
|
|
|
|
- PluginB is not yet found at the moment where it is first initialized, but it finds PluginA which was installed before
|
2021-02-15 13:07:58 +00:00
|
|
|
- Local dependencies (symfony/*) show the local version over the Composer-bundled version once they are installed locally
|
2021-02-12 10:12:42 +00:00
|
|
|
--RUN--
|
|
|
|
update
|
|
|
|
--EXPECT--
|
|
|
|
> Hooks::preUpdate
|
|
|
|
!!PreUpdate:["composer/ca-bundle","composer/composer","composer/semver","composer/spdx-licenses","composer/xdebug-handler","justinrainbow/json-schema","psr/log","react/promise","seld/jsonlint","seld/phar-utils","symfony/console","symfony/debug","symfony/filesystem","symfony/finder","symfony/polyfill-ctype","symfony/polyfill-mbstring","symfony/process"]
|
|
|
|
!!Versions:console:%[2-8]\.\d+\.\d+.0%;process:%[2-8]\.\d+\.\d+.0%;filesystem:%[2-8]\.\d+\.\d+.0%
|
|
|
|
Loading composer repositories with package information
|
|
|
|
Updating dependencies
|
|
|
|
Lock file operations: 6 installs, 0 updates, 0 removals
|
|
|
|
- Locking plugin/a (1.1.1)
|
|
|
|
- Locking plugin/b (2.2.2)
|
|
|
|
- Locking symfony/console (99999.1.2)
|
|
|
|
- Locking symfony/filesystem (%v?[2-8]\.\d+\.\d+%)
|
|
|
|
- Locking symfony/polyfill-ctype (%v?[1-8]\.\d+\.\d+%)
|
|
|
|
- Locking symfony/process (12345.1.2)
|
|
|
|
Writing lock file
|
|
|
|
Installing dependencies from lock file (including require-dev)
|
|
|
|
Package operations: 6 installs, 0 updates, 0 removals
|
|
|
|
- Downloading symfony/polyfill-ctype (%v?[1-8]\.\d+\.\d+%)
|
|
|
|
- Downloading symfony/filesystem (%v?[2-8]\.\d+\.\d+%)
|
|
|
|
- Installing symfony/console (99999.1.2): Symlinking from symfony-console
|
|
|
|
- Installing plugin/a (1.1.1): Symlinking from plugin-a
|
2021-02-17 22:21:18 +00:00
|
|
|
!!PluginAInit["root/pkg","symfony/console","composer/ca-bundle","composer/composer","composer/semver","composer/spdx-licenses","composer/xdebug-handler","justinrainbow/json-schema","psr/log","react/promise","seld/jsonlint","seld/phar-utils","symfony/debug","symfony/filesystem","symfony/finder","symfony/polyfill-ctype","symfony/polyfill-mbstring","symfony/process"]
|
|
|
|
!!PluginA:null
|
2021-02-15 13:07:58 +00:00
|
|
|
!!PluginB:null
|
2021-02-12 10:12:42 +00:00
|
|
|
!!Versions:console:99999.1.2.0;process:%[2-8]\.\d+\.\d+.0%;filesystem:%[2-8]\.\d+\.\d+.0%
|
|
|
|
- Installing plugin/b (2.2.2): Symlinking from plugin-b
|
2021-02-17 22:21:18 +00:00
|
|
|
!!PluginBInit["plugin/a","root/pkg","symfony/console","composer/ca-bundle","composer/composer","composer/semver","composer/spdx-licenses","composer/xdebug-handler","justinrainbow/json-schema","psr/log","react/promise","seld/jsonlint","seld/phar-utils","symfony/debug","symfony/filesystem","symfony/finder","symfony/polyfill-ctype","symfony/polyfill-mbstring","symfony/process"]
|
2021-02-15 13:07:58 +00:00
|
|
|
!!PluginA:1.1.1.0
|
2021-02-17 22:21:18 +00:00
|
|
|
!!PluginB:null
|
2021-02-12 10:12:42 +00:00
|
|
|
!!Versions:console:99999.1.2.0;process:%[2-8]\.\d+\.\d+.0%;filesystem:%[2-8]\.\d+\.\d+.0%
|
|
|
|
- Installing symfony/polyfill-ctype (%v?[1-8]\.\d+\.\d+%): Extracting archive
|
|
|
|
- Installing symfony/filesystem (%v?[2-8]\.\d+\.\d+%): Extracting archive
|
|
|
|
- Installing symfony/process (12345.1.2): Symlinking from symfony-process
|
|
|
|
Generating autoload files
|
|
|
|
2 packages you are using are looking for funding.
|
|
|
|
Use the `composer fund` command to find out more!
|
|
|
|
> Hooks::postUpdate
|
|
|
|
!!PostUpdate:["plugin/a","plugin/b","root/pkg","symfony/console","symfony/filesystem","symfony/polyfill-ctype","symfony/process","composer/ca-bundle","composer/composer","composer/semver","composer/spdx-licenses","composer/xdebug-handler","justinrainbow/json-schema","psr/log","react/promise","seld/jsonlint","seld/phar-utils","symfony/debug","symfony/finder","symfony/polyfill-mbstring"]
|
|
|
|
!!Versions:console:99999.1.2.0;process:12345.1.2.0;filesystem:%[2-8]\.\d+\.\d+.0%
|
|
|
|
|
|
|
|
--EXPECT-EXIT-CODE--
|
|
|
|
0
|