2024-08-12 15:55:03 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace Tests\Http\Controllers\ThirdPartyServices;
|
|
|
|
|
|
|
|
use App\Http\Controllers\ThirdPartyServices\EmailService;
|
2024-08-17 18:06:06 +02:00
|
|
|
use Tests\TestCase;
|
2024-08-12 15:55:03 +02:00
|
|
|
|
|
|
|
class EmailServiceTest extends TestCase
|
|
|
|
{
|
|
|
|
|
|
|
|
public function testSend_export_via_email()
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|