mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02:00
Add a second parameter to BaseApi::getRequest to enable API tests
This commit is contained in:
parent
d83ebe6031
commit
9cc675233d
40 changed files with 45 additions and 41 deletions
|
@ -40,7 +40,7 @@ class Delete extends BaseApi
|
|||
$request = self::getRequest([
|
||||
'gid' => 0,
|
||||
'name' => ''
|
||||
]);
|
||||
], $request);
|
||||
|
||||
// params
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue