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