add always-failing mock of api test

This commit is contained in:
Andrew Dolgov 2023-10-28 18:08:42 +03:00
parent 01c9869e2b
commit 0ac8710ea1
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 13 additions and 0 deletions

13
tests/ApiTest.php Normal file
View File

@ -0,0 +1,13 @@
<?php
use PHPUnit\Framework\TestCase;
/** @group integration */
final class ApiTest extends TestCase {
function test_login() {
}
}