mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-20 02:34:51 +02:00
refactor (#3708)
This commit is contained in:
parent
e1b911fc1f
commit
cd30c25b08
14 changed files with 282 additions and 884 deletions
|
@ -24,7 +24,7 @@ class FormatImplementationTest extends TestCase
|
|||
public function testClassType($path)
|
||||
{
|
||||
$this->setFormat($path);
|
||||
$this->assertInstanceOf(FormatInterface::class, $this->obj);
|
||||
$this->assertInstanceOf(FormatAbstract::class, $this->obj);
|
||||
}
|
||||
|
||||
public function dataFormatsProvider()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue