gitea_issues_exporter/tests/Http/Controllers/ThirdPartyServices/ThirdPartyServicesTest.php

16 lines
264 B
PHP

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