<?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()
    {

    }
}