public function testJsonSerialize() { $commit = new Commit(); $commit->setMessage('Message'); $this->assertInternalType('array', $commit->jsonSerialize()); }