1
0
Fork 0

Adjusting the test

pull/12231/head
Thomas Landauer 2024-12-11 13:46:24 +01:00
parent cefdee5049
commit 35ce4bd769
1 changed files with 2 additions and 3 deletions

View File

@ -464,11 +464,10 @@ OUTPUT
0 0
]; ];
yield 'there is no installed package depending on the package in versions not matching a specific version' => [ yield 'Package is already installed!' => [
['package' => 'vendor1/package1', 'version' => '^1.3'], ['package' => 'vendor1/package1', 'version' => '^1.3'],
<<<OUTPUT <<<OUTPUT
There is no installed package depending on "vendor1/package1" in versions not matching ^1.3 Package "vendor1/package1" 1.3.0 is already installed! To find out why, run `composer why vendor1/package1`
Not finding what you were looking for? Try calling `composer require "vendor1/package1:^1.3" --dry-run` to get another view on the problem.
OUTPUT OUTPUT
, ,
0 0