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

16 lines
264 B
PHP
Raw Normal View History

2024-08-12 15:55:03 +02:00
<?php
namespace Tests\Http\Controllers\ThirdPartyServices;
use App\Http\Controllers\ThirdPartyServices\ThirdPartyServices;
use Tests\TestCase;
2024-08-12 15:55:03 +02:00
class ThirdPartyServicesTest extends TestCase
{
public function testHandle_third_party_services()
{
}
}