Пример #1
0
 /**
  * Test AggregateId method.
  */
 public function testAggregateId()
 {
     $this->given($postId = PostId::fromNative(md5(rand())))->when($event = new PostWasCreated($postId, $this->faker->sentence, $this->faker->paragraph))->then()->object($event->aggregateId())->isEqualTo($postId);
 }