getTextSlotDiffRenderer()
makeContent( $str, $model=CONTENT_MODEL_TEXT)
getPlainDiff( $diff)
Convert a HTML diff to a human-readable format and hopefully make the test less fragile.
testGetDiff(Content $oldContent=null, Content $newContent=null, $expectedResult)
provideGetDiff
Renders a slot diff by doing a text diff on the native representation.
const ENGINE_PHP
Use the PHP diff implementation (DiffEngine).
Base interface for content objects.