You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jordi Boggiano ee36c5e54a
Fix error reporting issues when partial updates cannot update due to a symlinked path repo package, fixes #10451
2 years ago
..
install-branch-alias-composer-repo Add failing test case 10 years ago
SAMPLE Refactor functional tests to fit existing tests better 12 years ago
abandoned-listed.test Display Locking instead of Installing for lock file install operations 5 years ago
alias-in-lock.test Make sure the root aliases always get installed when a package is updated, fixes #9448 4 years ago
alias-in-lock2.test Make sure the root aliases always get installed when a package is updated, fixes #9448 4 years ago
alias-on-unloadable-package.test Add test case for root alias on an unloadable package 4 years ago
alias-solver-problems.test SolverProblemException: Hide learnt rules on output 4 years ago
alias-solver-problems2.test Fix unclear error when a package can be found in lock but not in the remote repo, fixes #9750 3 years ago
alias-with-reference.test Fix lock file generation with dev-master aliases to be compatible with Composer 1, fixes #9337 4 years ago
aliased-priority-conflicting.test Fix tests to use default-branch prop 4 years ago
aliased-priority.test Update tests for new output and for required lock file on partial update 5 years ago
aliases-with-require-dev.test Make sure the root aliases always get installed when a package is updated, fixes #9448 4 years ago
broken-deps-do-not-replace.test Fix tests 3 years ago
circular-dependency-errors.test Also hint for errors when the root package does not match the constraint 3 years ago
circular-dependency.test Adjust circular dep test 11 years ago
circular-dependency2.test Error out on recursive links in validating loader and ignore them in regular loader 3 years ago
conflict-against-provided-by-dep-package-works.test Add better error reporting for cases where a package conflicts with a replace and not directly a package, fixes #9834 3 years ago
conflict-against-provided-package-works.test Add better error reporting for cases where a package conflicts with a replace and not directly a package, fixes #9834 3 years ago
conflict-against-replaced-by-dep-package-problem.test Add better error reporting for cases where a package conflicts with a replace and not directly a package, fixes #9834 3 years ago
conflict-against-replaced-package-problem.test Add better error reporting for cases where a package conflicts with a replace and not directly a package, fixes #9834 3 years ago
conflict-between-dependents.test Fix conflict order to be more accurate 4 years ago
conflict-between-root-and-dependent.test Add individual test checking for clashes between requirements at root and transitive dependency level 4 years ago
conflict-downgrade-nested.test Implemented PoolOptimizer 3 years ago
conflict-downgrade.test Implemented PoolOptimizer 3 years ago
conflict-on-root-with-alias-prevents-update-if-not-required.test Always install aliases together with their original package 4 years ago
conflict-with-alias-in-lock-does-prevents-install.test Always install aliases together with their original package 4 years ago
conflict-with-alias-prevents-update-if-not-required.test Always install aliases together with their original package 4 years ago
conflict-with-alias-prevents-update.test Add expected lock files to conflict with branch alias tests, add install from lock test 4 years ago
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 3 years ago
deduplicate-solver-problems.test List identical/compatible removed versions in problem output as if they had not been removed 3 years ago
disjunctive-multi-constraints.test Fix tests 4 years ago
github-issues-4319.test Improve error reporting of solver issues, refs #7779 4 years ago
github-issues-4795-2.test Merge branch '1.10' 4 years ago
github-issues-4795.test Backport tests from #9538 and fix everything 3 years ago
github-issues-7051.test List identical/compatible removed versions in problem output as if they had not been removed 3 years ago
github-issues-8902.test Improve error reporting for RULE_PACKAGE_ALIAS 4 years ago
github-issues-8903.test SolverProblemException: Hide learnt rules on output 4 years ago
github-issues-9012.test Solver: Prevent infinite recursion in analyzeUnsolvableRule 4 years ago
github-issues-9290.test Add test case for github issue 9290 4 years ago
hint-main-rename.test Hint at a branch rename if we detect dev-master can not be found but dev-main or dev-default exists, fixes #9850 3 years ago
install-aliased-alias.test Transaction: Define a total order on packages to keep behavior on PHP8 4 years ago
install-branch-alias-composer-repo.test Add failing test case 10 years ago
install-dev-using-dist.test Speed up installer tests by avoiding lots of bootstrapping and git processes 4 years ago
install-dev.test Fix integration tests 10 years ago
install-from-empty-lock.test Fix tests 4 years ago
install-from-lock-removes-package.test Merge branch '1.10' 4 years ago
install-funding-notice.test Fix tests 3 years ago
install-ignore-platform-package-requirement-list.test Add wildcard support to ignore-platform-req, fixes #10045 (#10083) 3 years ago
install-ignore-platform-package-requirement-wildcard.test Add wildcard support to ignore-platform-req, fixes #10045 (#10083) 3 years ago
install-ignore-platform-package-requirements.test Add tests for platform packages required by root and avoid creating rules altogether instead of disabling them, refs #3320 10 years ago
install-missing-alias-from-lock.test Update lock syntax in tests and verify installed version does not impact lock generation 5 years ago
install-overridden-platform-packages.test Finalize platform override feature 9 years ago
install-package-and-its-provider-skips-original.test Add test for replace 9 years ago
install-prefers-repos-over-package-versions.test Prioritize repository over package versions in the default policy, fixes #3509 9 years ago
install-reference.test Fix tests to use default-branch prop 4 years ago
install-self-from-root.test Fix test 4 years ago
install-simple.test Refactor integration tests to accept any run command 12 years ago
install-without-lock.test Add tests for installer with lock: false 5 years ago
partial-update-always-updates-symlinked-path-repos.test Always mark symlinked path packages for update even during partial updates to make sure they always reflect the current state on disk, fixes #9751 3 years ago
partial-update-downgrades-non-allow-listed-unstable.test More hints 4 years ago
partial-update-forces-dev-reference-from-lock-for-non-updated-packages.test Merge branch '1.10' 4 years ago
partial-update-from-lock-with-root-alias.test Fix handling of root aliases in partial updates, fixes #9110 4 years ago
partial-update-from-lock.test On composer install we fix locked packages, but consider them locked for error reporting 4 years ago
partial-update-installs-from-lock-even-missing.test Fix transaction order 4 years ago
partial-update-keeps-older-dep-if-still-required-with-provide.test Duplicate partial update unlock but keep old version test with provide keyword 4 years ago
partial-update-keeps-older-dep-if-still-required.test InstallerTest: Add a test for partial updates 4 years ago
partial-update-with-dependencies-provide.test Undo changes to providers, only unlock replacers when unlocking a given name 3 years ago
partial-update-with-dependencies-replace.test Backport tests from #9538 and fix everything 3 years ago
partial-update-with-deps-warns-root.test Undo changes to providers, only unlock replacers when unlocking a given name 3 years ago
partial-update-with-symlinked-path-repos.test Fix feedback 3 years ago
partial-update-without-lock.test Add constants to describe error codes from Installer::run 3 years ago
platform-ext-solver-problems.test Fix platform package description for replacer/provider and packages which are not really loaded in general 3 years ago
plugins-are-installed-first.test Fix tests 4 years ago
prefer-lowest-branches.test Add test to assert prefer-lowest behavior when conflicting branches prevent absolute lowest version from being installed, closes #7408 4 years ago
problems-reduce-versions.test More hints 4 years ago
provider-can-coexist-with-other-version-of-provided.test Add another test verifying that a package may provide an incompatible version of sth that actually exists 4 years ago
provider-conflicts.test Remove obsolete rules and their generation 4 years ago
provider-conflicts2.test A package providing a name should not conflict with a package replacing it 4 years ago
provider-conflicts3.test List identical/compatible removed versions in problem output as if they had not been removed 3 years ago
provider-dev-require-can-satisfy-require.test Separate createPool and createPoolWithAllPackages, fix test description 4 years ago
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 4 years ago
provider-gets-picked-together-with-other-version-of-provided-indirect.test Add tests for edge cases of packages providing names which exist as real packages 4 years ago
provider-gets-picked-together-with-other-version-of-provided.test Add tests for edge cases of packages providing names which exist as real packages 4 years ago
provider-packages-can-be-installed-if-selected.test Allow providers which are selected to be installed in place of existing packages which do not satisfy requirements, fixes #6753 4 years ago
provider-packages-can-be-installed-together-with-provided-if-both-installable.test Fix provider coexistence test, needs another requirement to install both 4 years ago
provider-packages-can-not-be-installed-unless-selected.test Update after rebase 4 years ago
provider-satisfies-its-own-requirement.test Test: Verify require for package provided by pkg itself is used 4 years ago
remove-deletes-unused-deps.test Partial updates should remove all unused dependencies 4 years ago
remove-does-nothing-if-removal-requires-update-of-dep.test Partial updates should remove all unused dependencies 4 years ago
replace-alias.test fix "replace-alias.test" test 10 years ago
replace-priorities.test Fix tests 4 years ago
replace-range-require-single-version.test Add test for replace version overlap 4 years ago
replace-root-require.test Add tests for the changes in #2690 11 years ago
replaced-packages-should-not-be-installed-when-installing-from-lock.test Update tests for replace conflicts 6 years ago
replaced-packages-should-not-be-installed.test Update tests for replace conflicts 6 years ago
replacer-satisfies-its-own-requirement.test Fix typo 4 years ago
repositories-priorities.test Improve error reporting for repo priorities, refs #10339 3 years ago
repositories-priorities2.test Ensure packages that exist in a higher prio repo never get loaded in lower prio repos, fixes #5076 5 years ago
repositories-priorities3.test Add options to configure repository priorities 4 years ago
repositories-priorities4.test Improve error reporting for repo priorities, refs #10339 3 years ago
repositories-priorities5.test Improve error reporting for repo priorities, refs #10339 3 years ago
root-alias-change-with-circular-dep.test Also hint for errors when the root package does not match the constraint 3 years ago
root-alias-gets-loaded-for-locked-pkgs.test Make sure the root aliases always get installed when a package is updated, fixes #9448 4 years ago
root-requirements-do-not-affect-locked-versions.test Change update to upgrade for package update operations which are upgrades, refs #8594 4 years ago
solver-problems-with-disabled-platform.test Better hint for missing extensions (#10283) 3 years ago
solver-problems.test Fix platform package description for replacer/provider and packages which are not really loaded in general 3 years ago
suggest-installed.test Display Locking instead of Installing for lock file install operations 5 years ago
suggest-prod-nolock.test Fix tests 3 years ago
suggest-prod.test Simplify suggester output when updating, refactor suggest command to reuse SuggestedPackagesReporter and make smarter defaults, fixes #6267 4 years ago
suggest-replaced.test Present lock changes alphabetically, with uninstalls first, then all install/updates mixed 4 years ago
suggest-uninstalled.test Fix tests 3 years ago
unbounded-conflict-does-not-match-default-branch-with-branch-alias.test Always install aliases together with their original package 4 years ago
unbounded-conflict-does-not-match-default-branch-with-numeric-branch.test Remove default branch alias from versions which are numeric, fixes #9705 3 years ago
unbounded-conflict-matches-default-branch.test Fix test description 4 years ago
update-alias-lock.test Change update to upgrade for package update operations which are upgrades, refs #8594 4 years ago
update-alias-lock2.test Add failing test showing that packages fail to be installed if they match a previous alias which was not removed yet 4 years ago
update-alias.test Fix transaction order 4 years ago
update-all-dry-run.test Change update to upgrade for package update operations which are upgrades, refs #8594 4 years ago
update-all.test Change update to upgrade for package update operations which are upgrades, refs #8594 4 years ago
update-allow-list-locked-require.test Merge branch '1.10' 4 years ago
update-allow-list-patterns-with-all-dependencies.test Merge branch '1.10' 4 years ago
update-allow-list-patterns-with-dependencies.test Merge branch '1.10' 4 years ago
update-allow-list-patterns-with-root-dependencies.test Merge branch '1.10' 4 years ago
update-allow-list-patterns-without-dependencies.test Merge branch '1.10' 4 years ago
update-allow-list-patterns.test Merge branch '1.10' 4 years ago
update-allow-list-reads-lock.test Rename test files and standardize on allow list rather than whitelist 4 years ago
update-allow-list-removes-unused.test Merge branch '1.10' 4 years ago
update-allow-list-require-new-replace.test Separate locked packages from fixed packages in request 4 years ago
update-allow-list-warns-non-existing-patterns.test Fix tests 4 years ago
update-allow-list-with-dependencies-alias.test Fix lock file generation with dev-master aliases to be compatible with Composer 1, fixes #9337 4 years ago
update-allow-list-with-dependencies-new-requirement.test Test: partial update adding a new dep on a locked package should mark it for update 4 years ago
update-allow-list-with-dependencies-require-new-replace-mutual.test Separate locked packages from fixed packages in request 4 years ago
update-allow-list-with-dependencies-require-new-replace.test Mark replaced packages for update when using --with-dependencies 4 years ago
update-allow-list-with-dependencies-require-new.test Test: composer update new/plg --with-dependencies updates locked transitive deps 4 years ago
update-allow-list-with-dependencies.test Merge branch '1.10' 4 years ago
update-allow-list-with-dependency-conflict.test Merge branch '1.10' 4 years ago
update-allow-list.test Merge branch '1.10' 4 years ago
update-changes-url.test Fix tests to use default-branch prop 4 years ago
update-dev-ignores-providers.test Change update to upgrade for package update operations which are upgrades, refs #8594 4 years ago
update-dev-packages-updates-repo-url.test Change update to upgrade for package update operations which are upgrades, refs #8594 4 years ago
update-dev-to-new-ref-picks-up-changes.test Fix tests to use default-branch prop 4 years ago
update-downgrades-unstable-packages.test Fix tests to use default-branch prop 4 years ago
update-ignore-platform-package-requirement-list-upper-bounds.test Fix platform package description for replacer/provider and packages which are not really loaded in general 3 years ago
update-ignore-platform-package-requirement-list.test Add wildcard support to ignore-platform-req, fixes #10045 (#10083) 3 years ago
update-ignore-platform-package-requirement-wildcard.test Add wildcard support to ignore-platform-req, fixes #10045 (#10083) 3 years ago
update-ignore-platform-package-requirements.test Change update to upgrade for package update operations which are upgrades, refs #8594 4 years ago
update-installed-alias-dry-run.test Fixed update alias packages in dry-run mode 11 years ago
update-installed-alias.test Fixed update alias packages in dry-run mode 11 years ago
update-installed-reference-dry-run.test added tests for not updating packages referenced by specific commit hash 10 years ago
update-installed-reference.test More deprecation fixes by using ProcessExecutorMock and a couple of PackageInterface type fixes 3 years ago
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 3 years ago
update-mirrors-fails-with-new-req.test Make sure mirror updates do not fail if there are dev requirements and new requires are present, fixes #9514 4 years ago
update-no-dev-still-resolves-dev.test Fix transaction order 4 years ago
update-no-install.test Fix tests 4 years ago
update-package-present-in-lock-but-not-at-all-in-remote.test Fix unclear error when a package can be found in lock but not in the remote repo, fixes #9750 3 years ago
update-package-present-in-lock-but-not-in-remote-due-to-min-stability.test Fix error reporting issues when partial updates cannot update due to a symlinked path repo package, fixes #10451 2 years ago
update-package-present-in-lock-but-not-in-remote.test Fix error reporting issues when partial updates cannot update due to a symlinked path repo package, fixes #10451 2 years ago
update-package-present-in-lower-repo-prio-but-not-main-due-to-min-stability.test Improve error reporting for repo priorities, refs #10339 3 years ago
update-picks-up-change-of-vcs-type.test Change update to upgrade for package update operations which are upgrades, refs #8594 4 years ago
update-prefer-lowest-stable.test Change update to upgrade for package update operations which are upgrades, refs #8594 4 years ago
update-reference-picks-latest.test Change update to upgrade for package update operations which are upgrades, refs #8594 4 years ago
update-reference.test Just some comments with 'it's' that should have been 'its' (#10071) 3 years ago
update-removes-unused-locked-dep.test Always use Removing for consistency between dry-run and actual install 4 years ago
update-requiring-decision-reverts-and-learning-positive-literals.test Fix solver problem exceptions with unexpected contradictory "Conclusions" 5 years ago
update-syncs-outdated.test Make sure the abandoned state is copied over even if the packages are installed already 8 years ago
update-to-empty-from-blank.test Make sure a lock file is always written and things work well even without any dependencies in the require/require-dev 4 years ago
update-to-empty-from-locked.test Fix tests to use default-branch prop 4 years ago
update-with-all-dependencies.test Update test description 4 years ago
update-without-lock.test Add tests for installer with lock: false 5 years ago
updating-dev-from-lock-removes-old-deps.test Fix tests to use default-branch prop 4 years ago
updating-dev-updates-url-and-reference.test Change update to upgrade for package update operations which are upgrades, refs #8594 4 years ago