mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02:00
Fix tests
This commit is contained in:
parent
2c9f312e33
commit
1f18e096fe
3 changed files with 16 additions and 0 deletions
|
@ -29,6 +29,13 @@ use Friendica\Test\src\Module\Api\ApiTest;
|
|||
|
||||
class NewDMTest extends ApiTest
|
||||
{
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
$this->useHttpMethod(Router::POST);
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_direct_messages_new() function.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue