PHP Class DiffMatchPatch\DiffMatchPatchTest

DiffTest, MatchTest and PatchTest contains all other unit tests.
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
$dmp DiffMatchPatch

Public Methods

Method Description
testDiffCleanupEfficiency ( )
testDiffCleanupSemantic ( )
testDiffLevenshtein ( )
testDiffMain ( )
testDiffPrettyHtml ( )
testMatchMain ( )
testPatchApply ( )
testPatchFromText ( )
testPatchMake ( )
testPatchToText ( )
testProperties ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testDiffCleanupEfficiency() public method

testDiffCleanupSemantic() public method

testDiffLevenshtein() public method

public testDiffLevenshtein ( )

testDiffMain() public method

public testDiffMain ( )

testDiffPrettyHtml() public method

public testDiffPrettyHtml ( )

testMatchMain() public method

public testMatchMain ( )

testPatchApply() public method

public testPatchApply ( )

testPatchFromText() public method

public testPatchFromText ( )

testPatchMake() public method

public testPatchMake ( )

testPatchToText() public method

public testPatchToText ( )

testProperties() public method

public testProperties ( )

Property Details

$dmp protected property

protected DiffMatchPatch,diffmatchpatch $dmp
return DiffMatchPatch