-
-
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.
Enhancement: Add tests to document current (breaking) behaviour
- Loading branch information
1 parent
c08d00d
commit 377138e
Showing
6 changed files
with
194 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
...sJson/Json/IsObject/HasEntries/Yes/HasProperty/Repositories/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,18 @@ | ||
{ | ||
"name": "ergebnis/json-normalizer", | ||
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.", | ||
"license": "MIT", | ||
"type": "library", | ||
"keywords": [ | ||
"json", | ||
"normalizer" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Andreas Möller", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://getcomposer.org/doc/04-schema.md#repositories", | ||
"repositories": [] | ||
} |
18 changes: 18 additions & 0 deletions
18
...zesJson/Json/IsObject/HasEntries/Yes/HasProperty/Repositories/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,18 @@ | ||
{ | ||
"name": "ergebnis/json-normalizer", | ||
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.", | ||
"license": "MIT", | ||
"type": "library", | ||
"keywords": [ | ||
"json", | ||
"normalizer" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Andreas Möller", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://getcomposer.org/doc/04-schema.md#repositories", | ||
"repositories": [] | ||
} |
52 changes: 52 additions & 0 deletions
52
...n/IsObject/HasEntries/Yes/HasProperty/Repositories/HasEntries/Yes/IsArray/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,52 @@ | ||
{ | ||
"name": "ergebnis/json-normalizer", | ||
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.", | ||
"license": "MIT", | ||
"type": "library", | ||
"keywords": [ | ||
"json", | ||
"normalizer" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Andreas Möller", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://getcomposer.org/doc/04-schema.md#repositories", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "http://packages.example.com" | ||
}, | ||
{ | ||
"type": "composer", | ||
"url": "https://packages.example.com", | ||
"options": { | ||
"ssl": { | ||
"verify_peer": "true" | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://github.com/Seldaek/monolog" | ||
}, | ||
{ | ||
"type": "package", | ||
"package": { | ||
"name": "smarty/smarty", | ||
"version": "3.1.7", | ||
"source": { | ||
"type": "svn", | ||
"url": "https://smarty-php.googlecode.com/svn/", | ||
"reference": "tags/Smarty_3_1_7/distribution/" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://www.smarty.net/files/Smarty-3.1.7.zip" | ||
} | ||
} | ||
} | ||
] | ||
} |
52 changes: 52 additions & 0 deletions
52
...son/IsObject/HasEntries/Yes/HasProperty/Repositories/HasEntries/Yes/IsArray/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,52 @@ | ||
{ | ||
"name": "ergebnis/json-normalizer", | ||
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.", | ||
"license": "MIT", | ||
"type": "library", | ||
"keywords": [ | ||
"json", | ||
"normalizer" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Andreas Möller", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://getcomposer.org/doc/04-schema.md#repositories", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "http://packages.example.com" | ||
}, | ||
{ | ||
"type": "composer", | ||
"url": "https://packages.example.com", | ||
"options": { | ||
"ssl": { | ||
"verify_peer": "true" | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://github.com/Seldaek/monolog" | ||
}, | ||
{ | ||
"type": "package", | ||
"package": { | ||
"name": "smarty/smarty", | ||
"version": "3.1.7", | ||
"dist": { | ||
"url": "https://www.smarty.net/files/Smarty-3.1.7.zip", | ||
"type": "zip" | ||
}, | ||
"source": { | ||
"url": "https://smarty-php.googlecode.com/svn/", | ||
"type": "svn", | ||
"reference": "tags/Smarty_3_1_7/distribution/" | ||
} | ||
} | ||
} | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
.../IsObject/HasEntries/Yes/HasProperty/Repositories/HasEntries/Yes/IsObject/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,27 @@ | ||
{ | ||
"name": "ergebnis/json-normalizer", | ||
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.", | ||
"license": "MIT", | ||
"type": "library", | ||
"keywords": [ | ||
"json", | ||
"normalizer" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Andreas Möller", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://getcomposer.org/doc/04-schema.md#repositories", | ||
"repositories": { | ||
"bar": { | ||
"type": "composer", | ||
"url": "http://packages.bar.com" | ||
}, | ||
"foo": { | ||
"type": "composer", | ||
"url": "http://packages.foo.com" | ||
} | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
...on/IsObject/HasEntries/Yes/HasProperty/Repositories/HasEntries/Yes/IsObject/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,27 @@ | ||
{ | ||
"name": "ergebnis/json-normalizer", | ||
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.", | ||
"license": "MIT", | ||
"type": "library", | ||
"keywords": [ | ||
"json", | ||
"normalizer" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Andreas Möller", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://getcomposer.org/doc/04-schema.md#repositories", | ||
"repositories": { | ||
"foo": { | ||
"type": "composer", | ||
"url": "http://packages.foo.com" | ||
}, | ||
"bar": { | ||
"type": "composer", | ||
"url": "http://packages.bar.com" | ||
} | ||
} | ||
} |