Skip to content

Commit

Permalink
Fix: Add test cases for suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 3, 2023
1 parent 5863abd commit aee6c59
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"homepage": "https://getcomposer.org/doc/04-schema.md#suggest",
"suggest": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"homepage": "https://getcomposer.org/doc/04-schema.md#suggest",
"suggest": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"homepage": "https://getcomposer.org/doc/04-schema.md#suggest",
"suggest": {
"php": "Nothing works without it",
"hhvm": "Okay",
"ext-foo": "Could be useful",
"lib-baz": "Maybe it helps.",
"composer-plugin-api": "Should be okay",
"acquia/drupal-environment-detector": "You might need it",
"ergebnis/php-cs-fixer-config": "Provides a configuration factory and multiple rule sets for friendsofphp/php-cs-fixer.",
"ergebnis/test-util": "Provides utilities for tests."
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"homepage": "https://getcomposer.org/doc/04-schema.md#suggest",
"suggest": {
"ergebnis/test-util": "Provides utilities for tests.",
"hhvm": "Okay",
"lib-baz": "Maybe it helps.",
"ergebnis/php-cs-fixer-config": "Provides a configuration factory and multiple rule sets for friendsofphp/php-cs-fixer.",
"acquia/drupal-environment-detector": "You might need it",
"ext-foo": "Could be useful",
"composer-plugin-api": "Should be okay",
"php": "Nothing works without it"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"homepage": "https://getcomposer.org/doc/04-schema.md#suggest",
"suggest": {
"php": "Nothing works without it",
"hhvm": "Okay",
"ext-foo": "Could be useful",
"lib-baz": "Maybe it helps.",
"composer-plugin-api": "Should be okay",
"acquia/drupal-environment-detector": "You might need it",
"ergebnis/php-cs-fixer-config": "Provides a configuration factory and multiple rule sets for friendsofphp/php-cs-fixer.",
"ergebnis/test-util": "Provides utilities for tests."
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"homepage": "https://getcomposer.org/doc/04-schema.md#suggest",
"suggest": {
"php": "Nothing works without it",
"hhvm": "Okay",
"ext-foo": "Could be useful",
"lib-baz": "Maybe it helps.",
"composer-plugin-api": "Should be okay",
"acquia/drupal-environment-detector": "You might need it",
"ergebnis/php-cs-fixer-config": "Provides a configuration factory and multiple rule sets for friendsofphp/php-cs-fixer.",
"ergebnis/test-util": "Provides utilities for tests."
}
}

0 comments on commit aee6c59

Please sign in to comment.