public function testJsonSerialize() { $commit = new Payload(); $commit->setAfter('After'); $this->assertInternalType('array', $commit->jsonSerialize()); }