Beispiel #1
0
 public function testToString()
 {
     $commit = new Payload();
     $this->assertInternalType('string', $commit->__toString());
     $this->assertGreaterThan(0, strlen($commit->__toString()));
 }