gitea_issues_exporter/tests/Http/Controllers/ThirdPartyServices/ThirdPartyServicesTest.php
2024-08-12 15:55:03 +02:00

15 lines
276 B
PHP

<?php
namespace Tests\Http\Controllers\ThirdPartyServices;
use App\Http\Controllers\ThirdPartyServices\ThirdPartyServices;
use PHPUnit\Framework\TestCase;
class ThirdPartyServicesTest extends TestCase
{
public function testHandle_third_party_services()
{
}
}