chore(tests): Rename API test

Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
provokateurin 2024-04-25 10:25:44 +02:00
parent 17da2e65f9
commit 4bbbdbb142
No known key found for this signature in database

View File

@ -10,7 +10,7 @@ use OCP\IRequest;
use PHPUnit\Framework\TestCase;
class ApiTest extends TestCase {
public function testExample() {
public function testIndex() {
$request = $this->createMock(IRequest::class);
$controller = new ApiController(Application::APP_ID, $request);