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

    }
}