Skip to content

Commit

Permalink
Merge pull request #4 from ergebnis/feature/fixture
Browse files Browse the repository at this point in the history
Enhancement: Add more fixtures
  • Loading branch information
ergebnis-bot authored Feb 2, 2021
2 parents a4e2a80 + d2fb7f8 commit 8433d34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/Fixture/Json/valid/float.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.14
1 change: 1 addition & 0 deletions test/Fixture/Json/valid/int.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9001
2 changes: 2 additions & 0 deletions test/Unit/JsonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ private static function filesContainingValidJson(): array
'array' => __DIR__ . '/../Fixture/Json/valid/array.json',
'bool-false' => __DIR__ . '/../Fixture/Json/valid/bool-false.json',
'bool-true' => __DIR__ . '/../Fixture/Json/valid/bool-true.json',
'float' => __DIR__ . '/../Fixture/Json/valid/float.json',
'int' => __DIR__ . '/../Fixture/Json/valid/int.json',
'object' => __DIR__ . '/../Fixture/Json/valid/object.json',
'string-arbitrary' => __DIR__ . '/../Fixture/Json/valid/string-arbitrary.json',
'string-empty' => __DIR__ . '/../Fixture/Json/valid/string-empty.json',
Expand Down

0 comments on commit 8433d34

Please sign in to comment.