wiki.techinc.nl/tests/phpunit/includes/GlobalFunctions
Elliott Eggleston f0ea8fdfb9 wfMkdirParents: recover from mkdir race condition
If mkdir fails, check again to see if dir has been created
since our initial check, and return true if so.

Also, in initial check, only return true if $dir is really
a directory, not a file.

Bug: 49391
Change-Id: I2b331669fae70948ce79ba1477c05968a3095c3d
2013-09-12 23:43:45 +00:00
..
GlobalTest.php wfMkdirParents: recover from mkdir race condition 2013-09-12 23:43:45 +00:00
GlobalWithDBTest.php Update code formatting 2013-04-26 14:21:20 +00:00
README
wfAssembleUrlTest.php Update code formatting 2013-04-26 14:21:20 +00:00
wfBaseConvertTest.php Update code formatting 2013-04-26 14:21:20 +00:00
wfBaseNameTest.php Tests: Make phpunit providers "public static". 2013-03-22 03:12:37 +01:00
wfBCP47Test.php wfBCP47Test: Remove commented-out testcases 2013-07-01 20:46:47 +00:00
wfExpandUrlTest.php Update code formatting 2013-04-26 14:21:20 +00:00
wfGetCallerTest.php Update code formatting 2013-04-26 14:21:20 +00:00
wfParseUrlTest.php Add tests for wfParseUrl() 2013-02-22 01:05:15 +01:00
wfRemoveDotSegmentsTest.php phpcs: Naming of GlobalFunctions tests classes. 2013-02-22 01:01:41 +01:00
wfShorthandToIntegerTest.php Update code formatting 2013-04-26 14:21:20 +00:00
wfTimestampTest.php Fix spacing and break some lines 2013-08-24 17:06:25 +02:00
wfUrlencodeTest.php phpcs: Naming of GlobalFunctions tests classes. 2013-02-22 01:01:41 +01:00

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