Example #1
0
 /**
  * Test CreatedAt method.
  */
 public function testCreatedAt()
 {
     $this->given($post = PostEventSourcedFactory::create($this->faker->sentence, $this->faker->paragraph))->and($createdAt = new \DateTime())->and($snapshot = new Snapshot('posts', $post, $createdAt))->then()->object($snapshot->createdAt())->isEqualTo($createdAt);
 }