PHP Class DiffMatchPatch\PatchTest

Author: Neil Fraser ([email protected])
Author: Daniil Skrobov ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: yetanotherape/diff-match-patch

Protected Properties

Property Type Description
$d Diff
$m Match
$p Patch

Public Methods

Method Description
testAddContext ( )
testAddPadding ( )
testApply ( )
testFromText ( )
testMake ( )
testPatchObj ( )
testSplitMax ( )
testToText ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testAddContext() public method

public testAddContext ( )

testAddPadding() public method

public testAddPadding ( )

testApply() public method

public testApply ( )

testFromText() public method

public testFromText ( )

testMake() public method

public testMake ( )

testPatchObj() public method

public testPatchObj ( )

testSplitMax() public method

public testSplitMax ( )

testToText() public method

public testToText ( )

Property Details

$d protected property

protected Diff,diffmatchpatch $d
return Diff

$m protected property

protected Match,diffmatchpatch $m
return Match

$p protected property

protected Patch,diffmatchpatch $p
return Patch