PHP Class DiffMatchPatch\DiffToolkitTest

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
$dt DiffToolkit

Public Methods

Method Description
testCharsToLines ( )
testCommonOverlap ( )
testCommonPrefix ( )
testCommonSuffix ( )
testHalfMatch ( )
testLinesToChars ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testCharsToLines() public method

public testCharsToLines ( )

testCommonOverlap() public method

public testCommonOverlap ( )

testCommonPrefix() public method

public testCommonPrefix ( )

testCommonSuffix() public method

public testCommonSuffix ( )

testHalfMatch() public method

public testHalfMatch ( )

testLinesToChars() public method

public testLinesToChars ( )

Property Details

$dt protected property

protected DiffToolkit,diffmatchpatch $dt
return DiffToolkit