mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 01:55:21 +02:00
format: Refactor JsonFormat to JSON Feed version 1 (#988)
JsonFormat now implements https://jsonfeed.org/version/1 Closes #618
This commit is contained in:
parent
288d4de218
commit
8801ac9e64
11 changed files with 385 additions and 10 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue