aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/MWFunctionTest.php
Commit message (Expand)AuthorAgeFilesLines
* Move Test files under same folder structure where class is (/includes/)umherirrender2014-12-161-34/+0
* Deprecate MWFunction::newObj() in favor of ObjectFactoryKunal Mehta2014-11-061-0/+1
* @covers tags for more test classesaddshore2013-10-241-0/+3
* Fix scope on all /phpunit test methodsaddshore2013-10-241-1/+1
* Deprecate MWFunction::call and ::callArrayKevin Israel2013-07-191-44/+0
* Update code formattingSiebrand Mazeland2013-04-261-1/+0
* Update formattingSiebrand Mazeland2013-02-141-14/+13
* Clean and repair many phpunit tests (+ fix implied configuration)Timo Tijhof2012-10-091-16/+6
* Followup r79523: Test that calling self:: and parent:: throws exceptionX!2011-01-031-0/+16
* Move wfCreateObject to MWFunction::newObj. This uses the ReflectionClass toX!2011-01-031-8/+44
* Per my comment on r68760: Make MWfunction class, complete with call_user_func...X!2011-01-021-0/+34