diff --git a/Classes/Behavior/Features/Bootstrap/GenericCommandExecutionAndEventPublication.php b/Classes/Behavior/Features/Bootstrap/GenericCommandExecutionAndEventPublication.php index afe7487..ffaf8f7 100644 --- a/Classes/Behavior/Features/Bootstrap/GenericCommandExecutionAndEventPublication.php +++ b/Classes/Behavior/Features/Bootstrap/GenericCommandExecutionAndEventPublication.php @@ -177,7 +177,7 @@ public function theLastCommandShouldHaveThrownTheWorkspaceRebaseFailedWith(Table $actualComparableHash = []; foreach ($exception->commandsThatFailedDuringRebase as $commandsThatFailed) { $actualComparableHash[] = [ - 'SequenceNumber' => (string)$commandsThatFailed->sequenceNumber->value, + 'SequenceNumber' => (string)$commandsThatFailed->getSequenceNumber()->value, 'Command' => (new \ReflectionClass($commandsThatFailed->command))->getShortName(), 'Exception' => (new \ReflectionClass($commandsThatFailed->exception))->getShortName(), ];