summaryrefslogtreecommitdiff
path: root/tests/ApiTest.php
blob: cee4f8313a09e897ecfe07f1bbf7855963eb04a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
use PHPUnit\Framework\TestCase;

/** @group integration */
final class ApiTest extends TestCase {

	function test_login() {



	}

}