1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-25 16:27:33 +02:00
ttrss/tests/ApiTest.php

14 lines
139 B
PHP
Raw Normal View History

2023-10-28 17:08:42 +02:00
<?php
use PHPUnit\Framework\TestCase;
/** @group integration */
final class ApiTest extends TestCase {
function test_login() {
}
}