public function testGetFlowCreatedAt() { $message = new Message(); $this->assertInstanceOf(get_class(new \DateTime()), $message->getFlowCreatedAt()); }