mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-22 10:18:38 +02:00
[BridgeImplementationTest] Implement feature for testing detectParameters method
This commit is contained in:
parent
a18af3952d
commit
c580219627
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue