1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-20 23:31:37 +02:00

core: Implement action factory (#1002)

This commit is contained in:
LogMANOriginal
2019-02-06 18:34:51 +01:00
committed by GitHub
parent 69cb65c1af
commit 51ee541d5a
12 changed files with 705 additions and 279 deletions

View File

@@ -14,6 +14,9 @@
<testsuite name="formats">
<directory suffix="FormatTest.php">tests</directory>
</testsuite>
<testsuite name="actions">
<directory suffix="ActionTest.php">tests</directory>
</testsuite>
</testsuites>
</phpunit>