Welcome to mirror list, hosted at ThFree Co, Russian Federation.

APIv1Test.php « api « tests - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89d28f0d82794e72f209387509d1889f50c35301 (plain)
1
2
3
4
5
6
7
8
9
10
<?php declare(strict_types=1);

namespace OCA\Notes\Tests\API;

class APIv1Test extends CommonAPITest {

	public function __construct() {
		parent::__construct('1.1', false);
	}
}