mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-24 20:55:11 +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
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue