Ejemplo n.º 1
0
 public function testGetFlowCreatedAt()
 {
     $message = new Message();
     $this->assertInstanceOf(get_class(new \DateTime()), $message->getFlowCreatedAt());
 }