use Symfony\Component\Notifier\Exception\UnsupportedSchemeException;
use Symfony\Component\Notifier\Transport\Dsn;
/**
* @runTestsInSeparateProcesses
*/
final class UnsupportedSchemeExceptionTest extends TestCase
{ public static function setUpBeforeClass(): void
{ ClassExistsMock::
register(__CLASS__
);
ClassExistsMock::
withMockedClasses([ Bridge\AllMySms\AllMySmsTransportFactory::
class => false,
Bridge\AmazonSns\AmazonSnsTransportFactory::
class => false,
Bridge\Bandwidth\BandwidthTransportFactory::
class => false,
Bridge\Brevo\BrevoTransportFactory::
class => false,
Bridge\Chatwork\ChatworkTransportFactory::
class => false,
Bridge\Clickatell\ClickatellTransportFactory::
class => false,
Bridge\ClickSend\ClickSendTransportFactory::
class => false,
Bridge\ContactEveryone\ContactEveryoneTransportFactory::
class => false,
Bridge\Discord\DiscordTransportFactory::
class => false,
Bridge\Engagespot\EngagespotTransportFactory::
class => false,
Bridge\Esendex\EsendexTransportFactory::
class => false,