for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ByJG\Mail\Wrapper;
use ByJG\Mail\Envelope;
class FakeSenderWrapper extends BaseWrapper
{
public static function schema()
return ['fake', 'fakesender'];
}
public function send(Envelope $envelope)
// Do nothing