From 4bbbdbb142f596ce6bb3869b0816e02380628875 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Thu, 25 Apr 2024 10:25:44 +0200 Subject: [PATCH] chore(tests): Rename API test Signed-off-by: provokateurin --- tests/unit/Controller/ApiTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/Controller/ApiTest.php b/tests/unit/Controller/ApiTest.php index 5f752d7..23537f6 100644 --- a/tests/unit/Controller/ApiTest.php +++ b/tests/unit/Controller/ApiTest.php @@ -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);