wiki.techinc.nl/tests/phpunit/includes/GlobalFunctions
RazeSoldier af5df424fc Skip ::testT69870() under Windows system
Anonymous pipe under Windows does not support asynchronous read and write[1],
and the default buffer is too small (~4K), the test will definitely block it.

Before T69870, anonymous pipe for Windows can no longer hold more than 4K of data.

[1] https://docs.microsoft.com/en-us/windows/desktop/ipc/anonymous-pipe-operations

Bug: T209159
Change-Id: Ie9de36b1e6b68db95c35a0044c5b0d86c0050d33
2019-06-22 19:59:27 +00:00
..
GlobalTest.php tests: Remove use of wfRandomString() for test fixtures 2019-05-06 17:22:03 +00:00
GlobalWithDBTest.php
README
wfAppendQueryTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfArrayPlus2dTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfAssembleUrlTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfBaseNameTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfEscapeShellArgTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
WfExpandUrlTest.php GlobalFunctions: Enable patch-coverage for wfExpandUrl test 2018-07-25 18:25:27 +01:00
wfGetCallerTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfParseUrlTest.php
wfRemoveDotSegmentsTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfShellExecTest.php Skip ::testT69870() under Windows system 2019-06-22 19:59:27 +00:00
wfShorthandToIntegerTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfStringToBoolTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfThumbIsStandardTest.php
wfTimestampTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfUrlencodeTest.php Use [...] instead of array(...) in PHP comments and documentation 2019-06-17 21:15:09 +02:00

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