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