wiki.techinc.nl/tests/phpunit/includes/GlobalFunctions
Timo Tijhof f081a71f2c debug: Remove $wgDebugTimestamps feature
MediaWiki provides at least a dozen distinct ways that debug logs
can be generated, augmented and displayed, and even more ways
for profiling information can be collected. This makes it difficult
to reason about overall and isn't helping with on-boarding.

Reduce investments to only a few methods and make them great,
starting by removing possibly the least useful profiler we have
today (relative to the others we've developed since then),
which is the "relative timestamps and memory use" prepended
to wfDebug messages, which would presumably be used in conjuction
with $wgDebugComments, $wgDebugToolbar or $wgDebugLogFile of
which the latter two already includes timestamps and/or offsets.
If this is truly useful, I suggest we (unconditionally) make use
of offsets in (one of) those instead.

Originally introduced in r61582 (b1e2b87b95).

Change-Id: I09d1cb0d3f5b0b3165ed4d299b71c051b78a1918
2020-02-24 13:08:33 +00:00
..
GlobalTest.php debug: Remove $wgDebugTimestamps feature 2020-02-24 13:08:33 +00:00
GlobalWithDBTest.php Remove unneeded overrideMwServices/resetServices 2019-08-29 14:26:18 +03:00
README
WfExpandUrlTest.php
wfParseUrlTest.php Tests for an old PHP bug in parse_url 2019-12-13 11:24:52 -05:00
wfShellExecTest.php Skip ::testT69870() under Windows system 2019-06-22 19:59:27 +00:00
wfThumbIsStandardTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00

This directory hold tests for includes/GlobalFunctions.php file
which is a pile of functions.