1
0
Fork 0
composer/tests/Composer/Test/Fixtures/installer
Jordi Boggiano 755e89fc91
Fix loading of root aliases on path repo packages when doing partial updates, fixes #11630 (#11632)
2023-09-11 17:45:19 +02:00
..
install-branch-alias-composer-repo
SAMPLE
abandoned-listed.test
alias-in-complex-constraints.test
alias-in-lock.test Make sure the root aliases always get installed when a package is updated, fixes #9448 2020-11-13 13:52:21 +01:00
alias-in-lock2.test
alias-on-unloadable-package.test Fix problem output of exact constraints to state more clearly that only those versions are matched (#11521) 2023-06-23 13:13:20 +02:00
alias-solver-problems.test
alias-solver-problems2.test
alias-with-reference.test
aliased-priority-conflicting.test
aliased-priority.test
aliases-with-require-dev.test Make sure the root aliases always get installed when a package is updated, fixes #9448 2020-11-13 13:52:21 +01:00
broken-deps-do-not-replace.test
circular-dependency-errors.test Also hint for errors when the root package does not match the constraint 2021-05-25 23:05:44 +02:00
circular-dependency.test
circular-dependency2.test
conflict-against-provided-by-dep-package-works.test
conflict-against-provided-package-works.test
conflict-against-replaced-by-dep-package-problem.test
conflict-against-replaced-package-problem.test
conflict-between-dependents.test
conflict-between-root-and-dependent.test
conflict-downgrade-nested.test
conflict-downgrade.test
conflict-on-root-with-alias-prevents-update-if-not-required.test
conflict-with-alias-in-lock-does-prevents-install.test
conflict-with-alias-prevents-update-if-not-required.test Always install aliases together with their original package 2020-11-26 12:10:07 +01:00
conflict-with-alias-prevents-update.test
conflict-with-all-dependencies-option-dont-recommend-to-use-it.test Fix unclear error when a package can be found in lock but not in the remote repo, fixes #9750 2021-03-09 15:01:23 +01:00
deduplicate-solver-problems.test List identical/compatible removed versions in problem output as if they had not been removed 2021-11-11 16:13:25 +01:00
disjunctive-multi-constraints.test
github-issues-4319.test
github-issues-4795-2.test Merge branch '1.10' 2020-06-16 17:16:42 +02:00
github-issues-4795.test Backport tests from #9538 and fix everything 2021-11-23 13:07:19 +01:00
github-issues-7051.test
github-issues-8902.test Improve error reporting for RULE_PACKAGE_ALIAS 2020-06-02 10:35:04 +02:00
github-issues-8903.test
github-issues-9012.test
github-issues-9290.test
hint-main-rename.test
install-aliased-alias.test Update deps, constrain a few types to non-empty-strings 2022-10-12 09:19:36 +02:00
install-branch-alias-composer-repo.test
install-dev-using-dist.test
install-dev.test
install-from-incomplete-lock.test
install-from-lock-removes-package.test
install-funding-notice.test
install-ignore-platform-package-requirement-list.test
install-ignore-platform-package-requirement-wildcard.test
install-ignore-platform-package-requirements.test
install-missing-alias-from-lock.test Update lock syntax in tests and verify installed version does not impact lock generation 2019-10-30 00:32:23 +01:00
install-overridden-platform-packages.test
install-package-and-its-provider-skips-original.test Add test for replace 2015-05-05 11:07:11 +01:00
install-prefers-repos-over-package-versions.test
install-reference.test Update deps, constrain a few types to non-empty-strings 2022-10-12 09:19:36 +02:00
install-self-from-root.test
install-simple.test
install-without-lock.test
load-replaced-package-if-replacer-dropped.test
partial-update-always-updates-symlinked-path-repos.test
partial-update-downgrades-non-allow-listed-unstable.test
partial-update-forces-dev-reference-from-lock-for-non-updated-packages.test
partial-update-from-lock-with-root-alias.test
partial-update-from-lock.test
partial-update-installs-from-lock-even-missing.test
partial-update-keeps-older-dep-if-still-required-with-provide.test
partial-update-keeps-older-dep-if-still-required.test
partial-update-loads-root-aliases-for-path-repos.test Fix loading of root aliases on path repo packages when doing partial updates, fixes #11630 (#11632) 2023-09-11 17:45:19 +02:00
partial-update-with-dependencies-provide.test
partial-update-with-dependencies-replace.test
partial-update-with-deps-warns-root.test
partial-update-with-symlinked-path-repos.test
partial-update-without-lock.test
platform-ext-solver-problems.test Fix platform package description for replacer/provider and packages which are not really loaded in general 2021-12-07 13:24:09 +01:00
plugins-are-installed-first.test
prefer-lowest-branches.test
problems-reduce-versions.test More hints 2020-10-18 13:13:44 +02:00
provider-can-coexist-with-other-version-of-provided.test
provider-conflicts.test
provider-conflicts2.test
provider-conflicts3.test List identical/compatible removed versions in problem output as if they had not been removed 2021-11-11 16:13:25 +01:00
provider-dev-require-can-satisfy-require.test
provider-gets-picked-together-with-other-version-of-provided-conflict.test Add tests for edge cases of packages providing names which exist as real packages 2020-08-28 14:50:28 +02:00
provider-gets-picked-together-with-other-version-of-provided-indirect.test
provider-gets-picked-together-with-other-version-of-provided.test
provider-packages-can-be-installed-if-selected.test
provider-packages-can-be-installed-together-with-provided-if-both-installable.test
provider-packages-can-not-be-installed-unless-selected.test
provider-satisfies-its-own-requirement.test Test: Verify require for package provided by pkg itself is used 2020-10-22 10:26:28 +02:00
remove-deletes-unused-deps.test
remove-does-nothing-if-removal-requires-update-of-dep.test
replace-alias.test fix "replace-alias.test" test 2014-03-12 16:35:04 +01:00
replace-priorities.test
replace-range-require-single-version.test
replace-root-require.test
replaced-packages-should-not-be-installed-when-installing-from-lock.test
replaced-packages-should-not-be-installed.test
replacer-satisfies-its-own-requirement.test Fix typo 2020-10-22 16:16:02 +02:00
repositories-priorities.test
repositories-priorities2.test
repositories-priorities3.test
repositories-priorities4.test
repositories-priorities5.test
root-alias-change-with-circular-dep.test Also hint for errors when the root package does not match the constraint 2021-05-25 23:05:44 +02:00
root-alias-gets-loaded-for-locked-pkgs.test
root-requirements-do-not-affect-locked-versions.test Fix lock file verification to take into account root provider/replacers and output mismatches there more clearly, fixes #11458 (#11475) 2023-05-23 23:15:07 +02:00
solver-problems-with-disabled-platform.test
solver-problems.test Fix problem output of exact constraints to state more clearly that only those versions are matched (#11521) 2023-06-23 13:13:20 +02:00
suggest-installed.test
suggest-prod-nolock.test Fix tests 2021-05-21 16:49:17 +02:00
suggest-prod.test
suggest-replaced.test
suggest-uninstalled.test
unbounded-conflict-does-not-match-default-branch-with-branch-alias.test
unbounded-conflict-does-not-match-default-branch-with-numeric-branch.test
unbounded-conflict-matches-default-branch.test
update-alias-lock.test Change update to upgrade for package update operations which are upgrades, refs #8594 2020-02-11 13:43:38 +01:00
update-alias-lock2.test
update-alias.test Fix transaction order 2020-04-20 22:24:00 +02:00
update-all-dry-run.test
update-all.test
update-allow-list-locked-require.test
update-allow-list-patterns-with-all-dependencies.test
update-allow-list-patterns-with-dependencies.test
update-allow-list-patterns-with-root-dependencies.test
update-allow-list-patterns-without-dependencies.test
update-allow-list-patterns.test
update-allow-list-reads-lock.test
update-allow-list-removes-unused.test
update-allow-list-require-new-replace.test
update-allow-list-warns-non-existing-patterns.test
update-allow-list-with-dependencies-alias.test
update-allow-list-with-dependencies-new-requirement.test
update-allow-list-with-dependencies-require-new-replace-mutual.test
update-allow-list-with-dependencies-require-new-replace.test
update-allow-list-with-dependencies-require-new.test
update-allow-list-with-dependencies.test
update-allow-list-with-dependency-conflict.test
update-allow-list.test
update-changes-url.test
update-dev-ignores-providers.test
update-dev-packages-updates-repo-url.test Change update to upgrade for package update operations which are upgrades, refs #8594 2020-02-11 13:43:38 +01:00
update-dev-to-new-ref-picks-up-changes.test
update-downgrades-unstable-packages.test
update-ignore-platform-package-requirement-list-upper-bounds.test
update-ignore-platform-package-requirement-list.test
update-ignore-platform-package-requirement-wildcard.test
update-ignore-platform-package-requirements.test
update-installed-alias-dry-run.test
update-installed-alias.test Update deps, constrain a few types to non-empty-strings 2022-10-12 09:19:36 +02:00
update-installed-reference-dry-run.test Update deps, constrain a few types to non-empty-strings 2022-10-12 09:19:36 +02:00
update-installed-reference.test
update-mirrors-changes-url.test Make sure update mirrors/--lock keeps the release date of the original reference when dev versions have newer commits, refs #9812 2021-04-08 11:54:39 +02:00
update-mirrors-fails-with-new-req.test
update-no-dev-still-resolves-dev.test Fix transaction order 2020-04-20 22:24:00 +02:00
update-no-install.test
update-package-present-in-lock-but-not-at-all-in-remote.test
update-package-present-in-lock-but-not-in-remote-due-to-min-stability.test
update-package-present-in-lock-but-not-in-remote.test
update-package-present-in-lower-repo-prio-but-not-main-due-to-min-stability.test
update-picks-up-change-of-vcs-type.test
update-prefer-lowest-stable.test
update-reference-picks-latest.test
update-reference.test
update-removes-unused-locked-dep.test
update-requiring-decision-reverts-and-learning-positive-literals.test Fix solver problem exceptions with unexpected contradictory "Conclusions" 2019-02-03 16:33:55 +01:00
update-syncs-outdated.test Make sure the abandoned state is copied over even if the packages are installed already 2016-04-22 23:41:15 +01:00
update-to-empty-from-blank.test
update-to-empty-from-locked.test
update-with-all-dependencies.test Update test description 2020-06-17 09:24:25 +02:00
update-without-lock.test Add tests for installer with lock: false 2019-10-20 10:51:59 +02:00
updating-dev-from-lock-removes-old-deps.test
updating-dev-updates-url-and-reference.test