Commit graph

3 commits

Author SHA1 Message Date
Antoine Musso
187575aa47 Makes MediaWikiProvide methods static
Follow up and revert r82369 which used dynamic calls
2011-03-10 20:24:04 +00:00
Sam Reed
4e0324de08 Fix wrong static calls 2011-02-18 01:00:05 +00:00
Antoine Musso
7675773aa9 Move some providers in new MediaWikiProvide class
The MediaWikiProvide class would host providing methods reused in different
tests classes.  To use it, just use the Class::function syntax.

Example:
  /** @dataProvider MediaWikiProvide::Months */

Made a svn copy of phpunit/includes/parser/MagicVariableTest.php
to save the history.
2011-02-06 21:28:57 +00:00