for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Tests\Infrastructure\Events;
use App\Infrastructure\Events\ApplicationInboundEvent;
class TestApplicationInboundErrorEvent extends ApplicationInboundEvent
{
public static function getName(): string
return "TEST_EVENT_ERROR";
}