-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #810 from ergebnis/fix/suggest
Fix: Add test cases for `suggest`
- Loading branch information
Showing
6 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...alizesJson/Json/IsObject/HasEntries/Yes/HasProperty/Suggest/HasEntries/No/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/04-schema.md#suggest", | ||
"suggest": {} | ||
} |
4 changes: 4 additions & 0 deletions
4
...rmalizesJson/Json/IsObject/HasEntries/Yes/HasProperty/Suggest/HasEntries/No/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/04-schema.md#suggest", | ||
"suggest": {} | ||
} |
13 changes: 13 additions & 0 deletions
13
...Object/HasEntries/Yes/HasProperty/Suggest/HasEntries/Yes/IsSortedByKey/No/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...IsObject/HasEntries/Yes/HasProperty/Suggest/HasEntries/Yes/IsSortedByKey/No/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...bject/HasEntries/Yes/HasProperty/Suggest/HasEntries/Yes/IsSortedByKey/Yes/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...sObject/HasEntries/Yes/HasProperty/Suggest/HasEntries/Yes/IsSortedByKey/Yes/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
} |