wiki.techinc.nl/tests/phpunit/includes/debug
Derick Alangi 49bbfc7f1f GlobalFunctions: Tighten version number type for wfDeprecated()
To avoid cases like: facddc4 and Ifaf6ab0d36bc02bd170, make sure the
value of the mediawiki version  must be a string (e.g. '1.33') or a
boolean (e.g. `false`).

For some reason, typos can slip through for this value to be a float.
Let's safe guard for future cases like this.

Change-Id: I52bdf94c957bda67548a937d51649e925195f926
2019-07-01 21:07:10 +00:00
..
logger Move trivially compatible tests to the unit tests suite 2019-06-30 15:23:53 +02:00
DeprecationHelperTest.php GlobalFunctions: Tighten version number type for wfDeprecated() 2019-07-01 21:07:10 +00:00
MWDebugTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
TestDeprecatedClass.php Add helper trait for deprecating properties 2018-07-18 15:15:46 +02:00
TestDeprecatedSubclass.php Fix class name handling in DeprecationHelper 2019-04-19 01:09:25 -07:00