Skip to content

Move occurredOn to StoredEvent#85

Merged
marein merged 4 commits into
masterfrom
79-move-occurred-on-to-stored-event
Jan 25, 2022
Merged

Move occurredOn to StoredEvent#85
marein merged 4 commits into
masterfrom
79-move-occurred-on-to-stored-event

Conversation

@marein
Copy link
Copy Markdown
Owner

@marein marein commented Jan 24, 2022

This work is part of #79.

This pull request deletes all tests for every single domain event. They were time consuming to maintain anyway. They should be tested as soon as they are flushed from the aggregate within their tests. This needs to be done either here or in a separate pull request.

@marein marein self-assigned this Jan 24, 2022
@marein marein marked this pull request as draft January 24, 2022 12:55
@marein marein mentioned this pull request Jan 24, 2022
28 tasks
@marein marein marked this pull request as ready for review January 24, 2022 22:34
@marein marein merged commit 27be275 into master Jan 25, 2022
@marein marein deleted the 79-move-occurred-on-to-stored-event branch January 25, 2022 07:58
@marein marein linked an issue Jan 25, 2022 that may be closed by this pull request
28 tasks
marein added a commit that referenced this pull request Mar 5, 2023
Replace the static clock with the official clock interface (PSR-20).
The static Gaming\Common\Clock\Clock is since refactoring from #85
no longer so deep in the callstack that an implicit dependency is
worthwhile. Thus it is completely replaced by PSR-20.
@marein marein mentioned this pull request Mar 5, 2023
marein added a commit that referenced this pull request Mar 10, 2023
Replace the static clock with the official clock interface (PSR-20) #35.
The static Gaming\Common\Clock\Clock is since refactoring from #85
no longer so deep in the callstack that an implicit dependency is
worthwhile. Thus it is completely replaced by PSR-20.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rework domain event handling

1 participant