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

16 lines
246 B
PHP

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