diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/BridgeAbstract.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/BridgeAbstract.php b/lib/BridgeAbstract.php index ee885bf9..6158e3b9 100644 --- a/lib/BridgeAbstract.php +++ b/lib/BridgeAbstract.php @@ -76,6 +76,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 * * Items must be collected by {@see BridgeInterface::collectData()} |