aboutsummaryrefslogtreecommitdiff
path: root/tests/BridgeImplementationTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BridgeImplementationTest.php')
-rw-r--r--tests/BridgeImplementationTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/BridgeImplementationTest.php b/tests/BridgeImplementationTest.php
index 9b74f20e..3d4d1f6c 100644
--- a/tests/BridgeImplementationTest.php
+++ b/tests/BridgeImplementationTest.php
@@ -135,6 +135,10 @@ class BridgeImplementationTest extends TestCase {
}
}
+ foreach($this->obj::TEST_DETECT_PARAMETERS as $url => $params) {
+ $this->assertEquals($this->obj->detectParameters($url), $params);
+ }
+
$this->assertTrue(true);
}