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

[BridgeImplementationTest] Implement feature for testing detectParameters method

This commit is contained in:
Eugene Molotov
2021-06-05 09:19:07 +05:00
parent a18af3952d
commit c580219627
2 changed files with 9 additions and 0 deletions

View File

@@ -75,6 +75,11 @@ abstract class BridgeAbstract implements BridgeInterface {
*/
const PARAMETERS = array();
/**
* Test cases for detectParameters for the bridge
*/
const TEST_DETECT_PARAMETERS = array();
/**
* Holds the list of items collected by the bridge
*