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);