示例#1
0
 /**
  * @test
  */
 function it_has_created_at_information()
 {
     $this->assertEquals($this->createdAt->format(\DateTime::ISO8601), $this->domainEvent->createdAt()->format(\DateTime::ISO8601));
 }