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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user