Ddd\Test\Infrastructure\Application\Notification\TestEvent::occurredOn PHP Method

occurredOn() public method

public occurredOn ( ) : DateTime
return DateTime
    public function occurredOn()
    {
        return new DateTime();
    }
TestEvent