Replies: 1 comment 1 reply
-
How did you solve this in the end? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to be able to assert database projections after using fake aggregates.
For example:
However part with asserting database failing due to
$aggregateRoot = static::retrieve($uuid)->disableEventHandling();
inAggregateRoot.php
fake(string $uuid = null)
method.Shouldn't be this manageable if someone wants to test whole process? @brendt or there is better way to test Projectors ?
Beta Was this translation helpful? Give feedback.
All reactions