mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
parent
c27a300e02
commit
286790727b
2 changed files with 3 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
namespace RssBridge\Tests\Bridges;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class MastodonBridgeTest extends TestCase
|
||||
{
|
||||
public function test()
|
||||
{
|
||||
\Configuration::loadConfiguration(['cache' => ['type' => 'null']]);
|
||||
$b = new \MastodonBridge();
|
||||
// https://bird.makeup/users/asmongold/remote_follow
|
||||
$b->setDatas(['canusername' => '@asmongold@bird.makeup']);
|
||||
$b->collectData();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue