MediaWiki REL1_33
FakeDiffOp.php
Go to the documentation of this file.
1<?php
2
6class FakeDiffOp extends DiffOp {
7
8 public function reverse() {
9 return null;
10 }
11}
The base class for all other DiffOp classes.
Class FakeDiffOp used to test abstract class DiffOp.
Definition FakeDiffOp.php:6