Example #1
0
 public function testGetType()
 {
     $diff = new Diff();
     $this->assertInternalType('string', $diff->getType());
 }