Skip to content

Commit

Permalink
Enhancement: Assert that composer-plugin-api is correctly sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Mar 6, 2021
1 parent e1d2c72 commit 57f50b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Unit/Vendor/Composer/PackageHashNormalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ public function testNormalizeSortsPackageHashIfPropertyExists(string $property):
"hhvm": "Okay",
"lib-baz": "Maybe it helps.",
"localheinz/php-cs-fixer-config": "Provides a configuration factory and multiple rule sets for friendsofphp/php-cs-fixer.",
"acquia/drupal-environment-detector": "^1.2.0",
"ext-foo": "Could be useful",
"composer-plugin-api": "^2.0.0",
"php": "Because why not, it's great."
},
"foo": {
Expand All @@ -97,6 +99,8 @@ public function testNormalizeSortsPackageHashIfPropertyExists(string $property):
"hhvm": "Okay",
"ext-foo": "Could be useful",
"lib-baz": "Maybe it helps.",
"composer-plugin-api": "^2.0.0",
"acquia/drupal-environment-detector": "^1.2.0",
"localheinz/php-cs-fixer-config": "Provides a configuration factory and multiple rule sets for friendsofphp/php-cs-fixer.",
"localheinz/test-util": "Provides utilities for tests."
},
Expand Down

0 comments on commit 57f50b5

Please sign in to comment.