for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Mezon\Service\Tests\Mocks;
use Mezon\Service\ServiceConsoleTransport\ServiceConsoleTransport;
use Mezon\Service\Transport;
class TestingTransport extends ServiceConsoleTransport
{
/**
*
* {@inheritDoc}
* @see Transport::die()
*/
protected function die(): void
// nop
}