format: Refactor JsonFormat to JSON Feed version 1 (#988)

JsonFormat now implements https://jsonfeed.org/version/1

Closes #618
This commit is contained in:
fulmeek 2019-01-05 13:20:11 +01:00 committed by LogMANOriginal
parent 288d4de218
commit 8801ac9e64
11 changed files with 385 additions and 10 deletions

View file

@ -8,8 +8,11 @@
timeoutForLargeTests="6" >
<testsuites>
<testsuite name="Standard test suite">
<file>tests/BridgeImplementationTest.php</file>
<testsuite name="implementations">
<directory suffix="ImplementationTest.php">tests</directory>
</testsuite>
<testsuite name="formats">
<directory suffix="FormatTest.php">tests</directory>
</testsuite>
</testsuites>