nextcloud-notes/tests/api/APIv1Test.php

12 lines
180 B
PHP

<?php
declare(strict_types=1);
namespace OCA\Notes\Tests\API;
class APIv1Test extends CommonAPITest {
public function __construct() {
parent::__construct('1.1', false);
}
}