wiki.techinc.nl/tests/phpunit/suites
Chad Horohoe 22b599e06c Refactor deferrable updates into classes & interfaces, also add helper method for the most common use case:
$wgDeferredUpdateList[] = new HTMLCacheUpdate( $title, "sometable" );

I kept b/c with $wgDeferredUpdateList for now, but seeing as only 3 exts in svn use it (FileSearch, FlaggedRevs and WikiScripts), I'd like to deprecate it pretty soon :)
2011-09-10 06:50:30 +00:00
..
ExtensionsTestSuite.php Add dummy assertion to shut up phpunit yelling about it 2011-06-15 23:15:36 +00:00
UploadFromUrlTestSuite.php Refactor deferrable updates into classes & interfaces, also add helper method for the most common use case: 2011-09-10 06:50:30 +00:00