mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 09:04:44 +02:00
refactor (#3668)
This commit is contained in:
parent
cf7e3eea56
commit
e6aef73a02
15 changed files with 134 additions and 384 deletions
|
@ -3,7 +3,6 @@
|
|||
namespace RssBridge\Tests\Bridges;
|
||||
|
||||
use BridgeAbstract;
|
||||
use BridgeInterface;
|
||||
use FeedExpander;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
|
@ -29,7 +28,7 @@ class BridgeImplementationTest extends TestCase
|
|||
public function testClassType($path)
|
||||
{
|
||||
$this->setBridge($path);
|
||||
$this->assertInstanceOf(BridgeInterface::class, $this->obj);
|
||||
$this->assertInstanceOf(BridgeAbstract::class, $this->obj);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue