MediaWiki REL1_32
DiffTest.php
Go to the documentation of this file.
1<?php
2
9
13 public function testGetEdits() {
14 $obj = new Diff( [], [] );
15 $obj->edits = 'FooBarBaz';
16 $this->assertEquals( 'FooBarBaz', $obj->getEdits() );
17 }
18
19}
testGetEdits()
Diff::getEdits.
Definition DiffTest.php:13
Class representing a 'diff' between two sequences of strings.