Ejemplo n.º 1
0
 public function testAccessor()
 {
     $diff = new Diff('original', 'modified');
     $this->assertSame('original', $diff->original());
     $this->assertSame('modified', $diff->modified());
 }